Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / GcNumber Class / PoppedUp Property


In This Topic
    PoppedUp Property
    In This Topic
    Gets or sets a value indicating whether the popup window is showing.
    Syntax
    'Declaration
     
    
    Public Property PoppedUp As Boolean
    'Usage
     
    
    Dim instance As GcNumber
    Dim value As Boolean
     
    instance.PoppedUp = value
     
    value = instance.PoppedUp
    public bool PoppedUp {get; set;}

    Property Value

    A bool value true if the opup window is showing; otherwise, false.
    Remarks
    Setting this property to true sames as calling PopUp method. If the GcNumber is disable or invisible, this property can't take effect.
    See Also