IDockablePaneProvider Interface

IDockablePaneProvider Interface

Interface that the Revit UI will call during initialization of the user interface to gather information about add-in dockable pane windows.

Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 25.3.0.0 (25.3.0.0)
Syntax
public interface IDockablePaneProvider
Public Interface IDockablePaneProvider
public interface class IDockablePaneProvider
type IDockablePaneProvider = interface end

The IDockablePaneProvider type exposes the following members.

Methods
 NameDescription
Public methodSetupDockablePane Method called during initialization of the user interface to gather information about a dockable pane window.
Top
See Also