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