Back to Devexpress

TabbedView.ShowDocumentSelectorMenuOnCtrlAltDownArrow Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-tabbed-dot-tabbedview-6506e5be.md

latest2.3 KB
Original Source

TabbedView.ShowDocumentSelectorMenuOnCtrlAltDownArrow Property

Gets or sets whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut.

Namespace : DevExpress.XtraBars.Docking2010.Views.Tabbed

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(DefaultBoolean.Default)]
public DefaultBoolean ShowDocumentSelectorMenuOnCtrlAltDownArrow { get; set; }
vb
<DefaultValue(DefaultBoolean.Default)>
Public Property ShowDocumentSelectorMenuOnCtrlAltDownArrow As DefaultBoolean

Property Value

TypeDefaultDescription
DefaultBooleanDefault

A DefaultBoolean enumerator value that specifies whether an end-user can invoke the Document Selector Menu via the Ctrl+Alt+Down shortcut.

|

Available values:

NameDescriptionReturn Value
True

The value is true.

|

0

| | False |

The value is false.

|

1

| | Default |

The value is specified by a global option or a higher-level object.

|

2

|

Remarks

To invoke the Document Selector Menu in code, use the ITabbedViewController.ShowDocumentSelectorMenu method.

See Also

ShowDocumentSelectorMenu(DocumentGroup)

TabbedView Class

TabbedView Members

DevExpress.XtraBars.Docking2010.Views.Tabbed Namespace