Spread Windows Forms 17
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / PopUpCalculator Class / Text Property


In This Topic
    Text Property (PopUpCalculator)
    In This Topic
    Gets the text of the PopUpCalculator.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Text As String
    'Usage
     
    
    Dim instance As PopUpCalculator
    Dim value As String
     
    value = instance.Text
    public string Text {get;}

    Property Value

    The System.String value indicates the text of the PopUpCalculator.
    See Also