Class SerializableFloatingWindow
Represents a serializable version of a FloatingWindow instance.
Inheritance
Inherited Members
Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock.dll
Syntax
public class SerializableFloatingWindow
Constructors
SerializableFloatingWindow()
Default constructor.
Declaration
public SerializableFloatingWindow()
SerializableFloatingWindow(FloatingWindow)
Copy constructor.
Declaration
public SerializableFloatingWindow(FloatingWindow floatingWindow)
Parameters
FloatingWindow
floatingWindow
|
Properties
BackColor
Gets or sets the associated floating window's BackColor.
Declaration
public Color BackColor { get; set; }
Property Value
System.Drawing.Color
|
ClientSize
Gets or sets the client size of the associated floating window.
Declaration
public Size ClientSize { get; set; }
Property Value
System.Drawing.Size
|
DockContainer
Gets the SplitContiner instance that is the root of the hierarchy of DockWindows inside this FloatingWindow
Declaration
public RadSplitContainer DockContainer { get; }
Property Value
RadSplitContainer
|
Location
Gets or sets the desktop location of the associated floating window.
Declaration
public Point Location { get; set; }
Property Value
System.Drawing.Point
|
WindowState
Declaration
public FormWindowState WindowState { get; set; }
Property Value
System.Windows.Forms.FormWindowState
|
ZIndex
Gets or sets the z-idex of the associated floating window.
Declaration
public int ZIndex { get; set; }
Property Value
System.Int32
|