ClassSerializableFloatingWindow
Class
Represents a serializable version of a FloatingWindow instance.
Definition
Namespace:Telerik.WinControls.UI.Docking
Assembly:Telerik.WinControls.RadDock.dll
Syntax:
cs-api-definition
public class SerializableFloatingWindow
Inheritance: objectSerializableFloatingWindow
Constructors
SerializableFloatingWindow()
Default constructor.
Declaration
cs-api-definition
public SerializableFloatingWindow()
SerializableFloatingWindow(FloatingWindow)
Copy constructor.
Declaration
cs-api-definition
public SerializableFloatingWindow(FloatingWindow floatingWindow)
Parameters
floatingWindow
Properties
BackColor
Gets or sets the associated floating window's BackColor.
ClientSize
Gets or sets the client size of the associated floating window.
DockContainer
Gets the SplitContiner instance that is the root of the hierarchy of DockWindows inside this FloatingWindow
Declaration
cs-api-definition
public RadSplitContainer DockContainer { get; }
Property Value
Location
Gets or sets the desktop location of the associated floating window.
WindowState
Declaration
cs-api-definition
public FormWindowState WindowState { get; set; }
Property Value