| Revit 2023 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: 23.0.0.0 (23.1.0.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 (); } |