Share

DockablePaneProviderData.FrameworkElementCreator Property

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: 25.3.0.0 (25.3.0.0)

Syntax

C#

public IFrameworkElementCreator FrameworkElementCreator { get; set; }

Property Value

IFrameworkElementCreator

Remarks

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

Reference

Was this information helpful?