RadControls for WinForms

Defines which document should be activated upon closing active document.

Namespace: Telerik.WinControls.UI.Docking
Assembly: Telerik.WinControls.RadDock (in Telerik.WinControls.RadDock.dll) Version: 2013.2.612.40 (2013.2.612.40)

Syntax

C#
public enum DocumentCloseActivation
Visual Basic
Public Enumeration DocumentCloseActivation

Members

Member nameValueDescription
Default0 The document manager chooses the default action. Typically this will activate the first tab in the strip.
FirstInZOrder1 Activates the last active document in the z-order. Typically this is the document, activated before the closed active one.

See Also