New to Telerik UI for WinFormsStart a free 30-day trial

Implements a special DockWindow that may reside within a document container only.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
public class DocumentWindow : DockWindow, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, INotifyPropertyChanged, IDockWindow, IPinnable

Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlTabPanelDockWindowDocumentWindow...

Implements: IBindableComponentIComponentIContainerControlIDisposableIDockWindowIDropTargetINotifyPropertyChangedIPinnableISynchronizeInvokeIWin32Window...

Inherited Members DockWindow.OnGotFocus(EventArgs)DockWindow.OnEnter(EventArgs)DockWindow.WndProc(ref Message)DockWindow.OnMouseDown(MouseEventArgs)DockWindow.Close()DockWindow.EnsureVisible()DockWindow.EnsureVisible(bool)DockWindow.DockTo(DockWindow, DockPosition)DockWindow.Hide()DockWindow.Show()DockWindow.OnNameChanged(string)DockWindow.OnTextChanged(EventArgs)DockWindow.UpdateOnTextChanged()DockWindow.ToString()DockWindow.OnImageChanged(EventArgs)DockWindow.OnToolTipTextChanged(EventArgs)DockWindow.Dispose(bool)DockWindow.OnClosing(DockWindowCancelEventArgs)DockWindow.OnClosed(DockWindowEventArgs)DockWindow.ValidationCancelDockWindow.ToolCaptionButtonsDockWindow.DocumentButtonsDockWindow.DockTabStripDockWindow.DefaultFloatingSizeDockWindow.BackColorDockWindow.AutoHideSizeDockWindow.AllowedDockStateDockWindow.CloseActionDockWindow.AutoHideTabDockWindow.FloatingParentDockWindow.DockStateDockWindow.IsInFloatingModeDockWindow.SiteDockWindow.NameDockWindow.DockManagerTabPanel.GetTabStrip<T>()TabPanel.OnPropertyChanged(string)TabPanel.BorderStyleTabPanel.DefaultSizeTabPanel.ImageTabPanel.SvgImageTabPanel.TabStripItemTabPanel.ToolTipTextTabPanel.TabStripTabPanel.TextChangedTabPanel.PropertyChanged...

Constructors

Initializes a new instance of the DocumentWindow class.

C#
public DocumentWindow()

Initializes a new instance of the DocumentWindow class with the specified text.

C#
public DocumentWindow(string text)
Parameters:textstring

The initial text to display for the window.

Properties

Gets the default action performed when this document window is closed.

C#
protected override DockWindowCloseAction DefaultCloseAction { get; }

Overrides: DockWindow.DefaultCloseAction

Gets the default dock state for this document window.

C#
protected override DockState DefaultDockState { get; }

Overrides: DockWindow.DefaultDockState

Gets the dock type for this window. This value is always Document.

C#
public override DockType DockType { get; }

Overrides: DockWindow.DockType

Gets or sets a value indicating whether the window is pinned.

C#
[Browsable(true)]
public bool IsPinned { get; set; }

Implements: IPinnable.IsPinned

Events

Occurs when the value of the IsPinned property changes.

C#
public event EventHandler IsPinnedChanged

Implements: IPinnable.IsPinnedChanged