IInfragisticsStateEditorButtonState Property |
Specifies the current state of the editor button, that is, Unchecked, Checked or Grayed.
Namespace:
SmartBear.TestLeft.TestObjects.WinForms.Infragistics
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax CheckState State { get; set; }
Property State As CheckState
Get
Set
Dim instance As IInfragisticsStateEditorButton
Dim value As CheckState
value = instance.State
instance.State = value
property CheckState State {
CheckState get ();
void set (CheckState value);
}
Property Value
Type:
CheckStateExceptions See Also