Revit 2022.1 API |
CanExecuteEventArgs..::..IsChecked Property |
CanExecuteEventArgs Class See Also |
The value that indicates whether the UI associated with the Command associated with this event is in a checked state.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.1.0)
Since: 2020
Syntax
C# |
---|
public bool IsChecked { get; set; } |
Visual Basic |
---|
Public Property IsChecked As Boolean Get Set |
Visual C++ |
---|
public: property bool IsChecked { bool get (); void set (bool value); } |