SetNextMdiChildMode Enum
Lists the values that specify the order in which pages are cycled.
Namespace: DevExpress.XtraTabbedMdi
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Members
Name | Description |
---|---|
Default
|
The input focus is set to the next visible page. |
Windows
|
The input focus is set to the next page in the tab order. |
TabControl
|
The input focus is set to the next visible page. |
Related API Members
The following properties accept/return SetNextMdiChildMode values:
Remarks
The values listed by this enumeration are used to set the XtraTabbedMdiManager.SetNextMdiChildMode property.
See Also