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