IWinDateTimePickerwChecked Property |
Specifies the value of the control's check box.
Namespace:
SmartBear.TestLeft.TestObjects.Win
Assembly:
SmartBear.TestLeft (in SmartBear.TestLeft.dll) Version: 14.70.237.11 (14.70.237.11)
Syntax bool wChecked { get; set; }
Property wChecked As Boolean
Get
Set
Dim instance As IWinDateTimePicker
Dim value As Boolean
value = instance.wChecked
instance.wChecked = value
property bool wChecked {
bool get ();
void set (bool value);
}
Property Value
Type:
BooleanExceptions See Also