Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / DropDownControl Class / SetDropdownState Method


In This Topic
    SetDropdownState Method
    In This Topic
    Draw the control border by state.
    Syntax
    'Declaration
     
    
    Protected Sub SetDropdownState( _
       ByVal state As ComboBoxState _
    ) 
    'Usage
     
    
    Dim instance As DropDownControl
    Dim state As ComboBoxState
     
    instance.SetDropdownState(state)
    protected void SetDropdownState( 
       ComboBoxState state
    )

    Parameters

    state
    See Also