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

A serializable placeholder, used primarily during RadDock's serialization process.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

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

Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlTabPanelDockWindowDockWindowPlaceholder...

Implements: IBindableComponentIComponentIContainerControlIDisposableIDockWindowIDropTargetINotifyPropertyChangedISynchronizeInvokeIWin32Window...

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.DefaultDockStateDockWindow.DefaultCloseActionDockWindow.ValidationCancelDockWindow.ToolCaptionButtonsDockWindow.DocumentButtonsDockWindow.DockTabStripDockWindow.DefaultFloatingSizeDockWindow.BackColorDockWindow.AllowedDockStateDockWindow.CloseActionDockWindow.AutoHideTabDockWindow.FloatingParentDockWindow.DockStateDockWindow.IsInFloatingModeDockWindow.SiteDockWindow.NameDockWindow.DockManagerDockWindow.DockTypeTabPanel.GetTabStrip<T>()TabPanel.OnPropertyChanged(string)TabPanel.BorderStyleTabPanel.DefaultSizeTabPanel.ImageTabPanel.SvgImageTabPanel.TabStripItemTabPanel.ToolTipTextTabPanel.TabStripTabPanel.TextChangedTabPanel.PropertyChanged...

Constructors

Default constructor.

C#
public DockWindowPlaceholder()

Initializes the placeholder for the specified DockWindow instance.

C#
public DockWindowPlaceholder(DockWindow target)
Parameters:targetDockWindow

Properties

C#
[Browsable(true)]
public override Size AutoHideSize { get; set; }

Overrides: DockWindow.AutoHideSize

Gets the name of the associated DockWindow instance.

C#
public string DockWindowName { get; set; }

Gets the name of the associated DockWindow instance.

C#
public string DockWindowText { get; set; }

Methods

C#
public bool ShouldSerializeDockWindowName()
Returns:

bool

C#
public bool ShouldSerializeDockWindowText()
Returns:

bool