Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / PopUp Method


In This Topic
    PopUp Method (GcNumber)
    In This Topic
    Performs pop up function.
    Syntax
    'Declaration
     
    
    Public Sub PopUp() 
    'Usage
     
    
    Dim instance As GcNumber
     
    instance.PopUp()
    public void PopUp()
    Remarks

    This method presents the user with the pop-up editor to assist in data entry. If the control is disabled, a call to this method will be ignored.

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

    See Also