True if the pane is being shown, false if it is being hidden.
Namespace: Autodesk.Revit.UI.EventsAssembly: RevitAPIUI (in RevitAPIUI.dll) Version: 24.0.0.0 (24.0.0.0)
Since: 2015
Syntax
C# |
---|
public bool DockableFrameShown { get; } |
Visual Basic |
---|
Public ReadOnly Property DockableFrameShown As Boolean Get |
Visual C++ |
---|
public: property bool DockableFrameShown { bool get (); } |