Spread Windows Forms 15.0
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownCalculatorInfo Class / ButtonText Property


In This Topic
    ButtonText Property (DropDownCalculatorInfo)
    In This Topic
    Indicates the collection that contains all of the text that replaces the standard caption.
    Syntax
    'Declaration
     
    
    Public Property ButtonText As ButtonTextCollectionInfo
    'Usage
     
    
    Dim instance As DropDownCalculatorInfo
    Dim value As ButtonTextCollectionInfo
     
    instance.ButtonText = value
     
    value = instance.ButtonText
    public ButtonTextCollectionInfo ButtonText {get; set;}

    Property Value

    A ButtonTextCollection that indicates the text collection of all the calculator buttons.
    Remarks
    You can modify all button text strings with this property.
    See Also