ButtonInformationActive Property |
Gets or sets a value indicating whether the button is active.
Namespace: RelaxIS_SDK.PluginsAssembly: RelaxIS SDK (in RelaxIS SDK.dll) Version: 3.0.23.63
Syntax public bool? Active { get; set; }
Public Property Active As Boolean?
Get
Set
Dim instance As ButtonInformation
Dim value As Boolean?
value = instance.Active
instance.Active = value
Property Value
NullableBooleanSee Also