DockControllerBase.AddDocumentPanel Method
Name | Parameters | Description |
---|---|---|
AddDocumentPanel(DocumentGroup, Uri) | group, uri | Adds a new DocumentPanel to the specified DocumentGroup and loads the contents of a Window, Page or UserControl defined in the specified XAML into the DocumentPanel. |
AddDocumentPanel(DocumentGroup) | group | Adds a new DocumentPanel to the specified DocumentGroup. |
AddDocumentPanel(Point, Size, Uri) | floatLocation, floatSize, uri | Adds a new floating DocumentPanel and loads the contents of a Window, Page or UserControl defined in the specified XAML into the DocumentPanel. |
AddDocumentPanel(Point, Size) | floatLocation, floatSize | Adds an empty floating DocumentPanel. |