Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / Drop Method


In This Topic
    Drop Method (GcNumber)
    In This Topic
    Performs drop down function.
    Syntax
    'Declaration
     
    
    Public Sub Drop() 
    'Usage
     
    
    Dim instance As GcNumber
     
    instance.Drop()
    public void Drop()
    Remarks

    This method presents the user with the drop-down editor to assist in data entry. If the control is disabled or the AllowDrop property is false, a call to this method will be ignored.

    When the drop-down editor is just about to display, the DropDownOpening and DropDownOpened events will be triggered.

    See Also