Revit 2025.3 API
Dockable |
True if the pane is being shown, false if it is being hidden.
Namespace: Autodesk.Revit.UI.Events
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public bool DockableFrameShown { get; }
Public ReadOnly Property DockableFrameShown As Boolean Get
public: property bool DockableFrameShown { bool get (); }
member DockableFrameShown : bool with get
Property Value
BooleanSee Also