Class
SerializableFloatingWindow

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

FloatingWindow

Properties

BackColor

Gets or sets the associated floating window's BackColor.

Declaration

cs-api-definition
public Color BackColor { get; set; }

Property Value

Color

ClientSize

Gets or sets the client size of the associated floating window.

Declaration

cs-api-definition
public Size ClientSize { get; set; }

Property Value

Size

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

RadSplitContainer

Location

Gets or sets the desktop location of the associated floating window.

Declaration

cs-api-definition
public Point Location { get; set; }

Property Value

Point

WindowState

Declaration

cs-api-definition
public FormWindowState WindowState { get; set; }

Property Value

FormWindowState

ZIndex

Gets or sets the z-idex of the associated floating window.

Declaration

cs-api-definition
public int ZIndex { get; set; }

Property Value

int