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


In This Topic
    FreezeDropDown Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub FreezeDropDown( _
       ByVal remainVisible As Boolean _
    ) 
    'Usage
     
    
    Dim instance As DropDownControl
    Dim remainVisible As Boolean
     
    instance.FreezeDropDown(remainVisible)
    public void FreezeDropDown( 
       bool remainVisible
    )

    Parameters

    remainVisible
    See Also