Class DocumentContainer
Represents a special container, which is used to store document tab strips.
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class DocumentContainer : RadSplitContainer, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider
Constructors
DocumentContainer()
Default constructor.
Declaration
public DocumentContainer()
DocumentContainer(RadDock)
Initializes a new instance of the DocumentContainer class and associates it with the provided RadDock instance.
Declaration
public DocumentContainer(RadDock dock)
Parameters
RadDock
dock
|
Properties
DockManager
Gets the RadDock, where this container resides.
Declaration
public RadDock DockManager { get; }
Property Value
RadDock
|
IsMainDocumentContainer
Gets or sets a value indicating whether this instance is the main document container for the associated RadDock. This property is used primarily for serialization purposes and is not intended to be used directly by code.
Declaration
public bool IsMainDocumentContainer { get; set; }
Property Value
System.Boolean
|
Location
Declaration
public Point Location { get; set; }
Property Value
System.Drawing.Point
|
Padding
Declaration
public Padding Padding { get; set; }
Property Value
System.Windows.Forms.Padding
|
Size
Declaration
public Size Size { get; set; }
Property Value
System.Drawing.Size
|
SplitterWidth
Declaration
public override int SplitterWidth { get; set; }
Property Value
System.Int32
|
Overrides
TabIndex
Declaration
public int TabIndex { get; set; }
Property Value
System.Int32
|
TabStop
Declaration
public bool TabStop { get; set; }
Property Value
System.Boolean
|
ThemeClassName
Declaration
public override string ThemeClassName { get; set; }
Property Value
System.String
|
Overrides
Methods
CanSelectAtDesignTime()
This method is used internally.
Declaration
public override bool CanSelectAtDesignTime()
Returns
System.Boolean
|
Overrides
Dispose(Boolean)
Declaration
protected override void Dispose(bool disposing)
Parameters
System.Boolean
disposing
|
Overrides
OnControlAdded(ControlEventArgs)
Declaration
protected override void OnControlAdded(ControlEventArgs e)
Parameters
System.Windows.Forms.ControlEventArgs
e
|
Overrides
UpdateCollapsed()
this method is used internally.
Declaration
public override void UpdateCollapsed()