MindFusion.Wpf Pack Programmer's Guide
DockControl Methods
 


 Public Methods

  Name Description

AddItem

Adds the specified item to the DockControl. The initial positioning of the item is determined by its DockTarget and State properties.

GetAllDockItems

Get all dock elements in visual tree of the control.

GetAllItems

Returns a list with all items in the DockControl.

Load

Restores the last saved state of the control.

LoadFromXml

Overloaded.  

OnApplyTemplate

FrameworkElement.OnApplyTemplate override.

RemoveAllItems

Removes all items form the DockControl.

RemoveItem

Removes the specified item from the DockControl.

Save

Saves the current state of the control.

SaveToXml

Overloaded.  

StartInit

Start initialization of the MindFusion.UI.Wpf.DockControl

StopInit

End initialization of the MindFusion.UI.Wpf.DockControl

UpdateControl

Update all elements in the MindFusion.UI.Wpf.DockControl

 Protected Methods

  Name Description

GetContainerForItemOverride

ItemsControl.GetContainerForItemOverride override.

IsItemItsOwnContainerOverride

ItemsControl.IsItemItsOwnContainerOverride override.

OnClosed

Raises the Closed event.

OnClosing

Raises the Closing event.

OnDockCompleted

Raises the DockCompleted event.

OnDockStarted

Raises the DockStarted event.

OnDragCompleted

Raises the DragCompleted event.

OnDragStarted

Raises the DragStarted event.

OnItemsChanged

ItemsControl.OnItemsChanged override.

OnItemStateChanged

Raises the ItemStateChanged event.

OnMouseLeftButtonDown

UIElement.OnMouseLeftButtonDown override.

OnMouseLeftButtonUp

UIElement.OnMouseLeftButtonUp override.

OnMouseMove

UIElement.OnMouseMove override.

OnPreviewMouseDown

UIElement.OnPreviewMouseDown override.

OnPreviewMouseMove

UIElement.OnPreviewMouseMove override.

OnPreviewMouseUp

UIElement.OnPreviewMouseUp override.

PrepareContainerForItemOverride

ItemsControl.PrepareContainerForItemOverride override.

 See Also

DockControl Class
MindFusion.UI.Wpf Namespace