Class DocumentHost
This is a placeholder for the document area in the RadDocking.
Inheritance
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public class DocumentHost : ContentControl, IThemable
Remarks
The DocumentHost is an internal class that identifies the position of the documents area in the RadDocking. The use of this class is internal, in the ControlTemplate of the RadDocking.
Constructors
DocumentHost()
Initializes a new instance of the DocumentHost class.
Declaration
public DocumentHost()
Methods
AddPane(RadPane)
Adds the pane to the document host.
Declaration
public void AddPane(RadPane pane)
Parameters
RadPane
pane
The pane to add. |
AddSplitItem(ISplitItem)
Adds the split item to the document host.
Declaration
public void AddSplitItem(ISplitItem itemToAdd)
Parameters
ISplitItem
itemToAdd
The item to add. |
OnContentChanged(Object, Object)
Called when the value of the System.Windows.Controls.ContentControl.Content property changes.
Declaration
protected override void OnContentChanged(object oldContent, object newContent)
Parameters
System.Object
oldContent
The old value of the System.Windows.Controls.ContentControl.Content property. |
System.Object
newContent
The new value of the System.Windows.Controls.ContentControl.Content property. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()