RadControls for WinForms

Manages the document windows in a RadDock instance. Supports additional collection of all DockWindow instances that reside within a DocumentTabStrip. The collection's sort order depends on the activation precedence. Provides methods for navigating to next and previous document. Keeps track of the currently active window.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
[TypeConverterAttribute(typeof(ExpandableObjectConverter))]
public class DocumentManager : RadDockObject
Visual Basic
<TypeConverterAttribute(GetType(ExpandableObjectConverter))> _
Public Class DocumentManager _
	Inherits RadDockObject

Inheritance Hierarchy

System..::..Object
  Telerik.WinControls.UI.Docking..::..RadDockObject
    Telerik.WinControls.UI.Docking..::..DocumentManager

See Also