New to Telerik UI for WinFormsStart a free 30-day trial

Defines the available buttons for a DockWindow, residing in a DocumentTabStrip instance.

Definition

Namespace:Telerik.WinControls.UI.Docking

Assembly:Telerik.WinControls.RadDock.dll

Syntax:

C#
[Flags]
public enum DocumentStripButtons

Fields

The drop-down button which displayes all opened windows within the strip.

C#
ActiveWindowList = 2

All flags are set.

C#
All = Close | ActiveWindowList | SystemMenu

Close button is displayed.

C#
Close = 1

No buttons are displayed.

C#
None = 0

The system menu, which is available for each active window.

C#
SystemMenu = 4