Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.UserInterface Namespace / ISmartButton Interface / ButtonText Property


In This Topic
    ButtonText Property
    In This Topic
    Gets or sets the text displayed on the face of this button.
    Syntax
    'Declaration
     
    
    Property ButtonText As String
    'Usage
     
    
    Dim instance As ISmartButton
    Dim value As String
     
    instance.ButtonText = value
     
    value = instance.ButtonText
    string ButtonText {get; set;}
    See Also