DocumentWindow
Implements a special DockWindow that may reside within a document container only.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
public class DocumentWindow : DockWindow, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, INotifyPropertyChanged, IDockWindow, IPinnable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlTabPanelDockWindowDocumentWindow...
Implements:
Inherited Members
Constructors
Initializes a new instance of the DocumentWindow class.
public DocumentWindow()
Initializes a new instance of the DocumentWindow class with the specified text.
public DocumentWindow(string text)
The initial text to display for the window.
Properties
Gets the default action performed when this document window is closed.
protected override DockWindowCloseAction DefaultCloseAction { get; }
Overrides:
Gets the default dock state for this document window.
protected override DockState DefaultDockState { get; }
Overrides:
Gets the dock type for this window. This value is always Document.
public override DockType DockType { get; }
Overrides:
Events
Occurs when the value of the IsPinned property changes.
public event EventHandler IsPinnedChanged
Implements: