Share via


CommandBarButtonClass.Enabled Property

Definition

Determines whether the control is enabled.

public:
 virtual property bool Enabled { bool get(); void set(bool value); };

Property Value

true if the control is enabled, otherwise false.

Implements

Attributes

Remarks

The enabled state is not preserved across sessions.

Applies to