Reflection
ButtonText Property


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