Freigeben über


HidBooleanControl.IsActive Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob das angegebene boolesche Steuerelement aktiv ist.

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

Eigenschaftswert

Boolean

bool

True, wenn das Steuerelement aktiv ist; Andernfalls false.

Gilt für:

Weitere Informationen