HidBooleanControl.IsActive Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a Boolean value indicating whether the given Boolean control is active.
public:
property bool IsActive { bool get(); void set(bool value); };
bool IsActive();
void IsActive(bool value);
public bool IsActive { get; set; }
var boolean = hidBooleanControl.isActive;
hidBooleanControl.isActive = boolean;
Public Property IsActive As Boolean
Property Value
Boolean
bool
True, if the control is active; otherwise, false.