Partager via


HidBooleanControl.IsActive Propriété

Définition

Obtient une valeur booléenne indiquant si le contrôle booléen donné est actif.

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

Valeur de propriété

Boolean

bool

True, si le contrôle est actif ; sinon, false.

S’applique à

Voir aussi