Indicates if this button can be executed. True if the pushbutton is permitted to be executed based on the
current Revit context (active document, active view and active tool). False if the pushbutton is disabled because
of the active context.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 21.0.0.0 (21.1.1.109)
Syntax
C# |
---|
public bool IsEnabledByContext { get; } |
Visual Basic |
---|
Public ReadOnly Property IsEnabledByContext As Boolean
Get |
Visual C++ |
---|
public:
property bool IsEnabledByContext {
bool get ();
} |
Remarks
See Also