Class ClosePaneMode
Defines the possible ways Close
Inheritance
System.Object
ClosePaneMode
Namespace: Telerik.Windows.Controls.Docking
Assembly: Telerik.Windows.Controls.Docking.dll
Syntax
public sealed class ClosePaneMode : Enum
Fields
ActivePanes
The active pane is closed, if any.
Declaration
public const ClosePaneMode ActivePanes
Field Value
DocumentPanes
The active document pane is closed or if there is no active, the first selected document pane is closed.
Declaration
public const ClosePaneMode DocumentPanes
Field Value
NonDocumentPanes
The active non document pane is closed, if any.
Declaration
public const ClosePaneMode NonDocumentPanes
Field Value
value__
Declaration
public int value__
Field Value
System.
|