Aracılığıyla paylaş


HidBooleanControl.IsActive Property

Definition

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.

Applies to

See also