ButtonInformationButtonTitle Property |
Gets or sets the button title.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public string ButtonTitle { get; set; }
Public Property ButtonTitle As String
Get
Set
Dim instance As ButtonInformation
Dim value As String
value = instance.ButtonTitle
instance.ButtonTitle = value
Property Value
StringSee Also