Revit 2022.1 API |
DockableFrameFocusChangedEventArgs..::..FocusGained Property |
DockableFrameFocusChangedEventArgs Class See Also |
True if the pane is being activated, false if it is being inactivated.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2015
Syntax
C# |
---|
public bool FocusGained { get; } |
Visual Basic |
---|
Public ReadOnly Property FocusGained As Boolean Get |
Visual C++ |
---|
public: property bool FocusGained { bool get (); } |