Revit 2026 API
Dockable |
A creator that will be called for the pane if the FrameworkElement is not set.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntax
public IFrameworkElementCreator FrameworkElementCreator { get; set; }
Public Property FrameworkElementCreator As IFrameworkElementCreator Get Set
public: property IFrameworkElementCreator^ FrameworkElementCreator { IFrameworkElementCreator^ get (); void set (IFrameworkElementCreator^ value); }
member FrameworkElementCreator : IFrameworkElementCreator with get, set
Property Value
IFrameworkElementCreator
This is more dynamic in nature and allows for embedding things like
WebBrowser controls that cannot be cached for reuse in each pane invocation
but rather needs creating each time.
See Also