Back to Devexpress

SetNextMdiChildMode Enum

windowsforms-devexpress-dot-xtratabbedmdi-d521852e.md

latest1.4 KB
Original Source

SetNextMdiChildMode Enum

Lists the values that specify the order in which pages are cycled.

Namespace : DevExpress.XtraTabbedMdi

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public enum SetNextMdiChildMode
vb
Public Enum SetNextMdiChildMode

Members

NameDescription
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.

|

The following properties accept/return SetNextMdiChildMode values:

Remarks

The values listed by this enumeration are used to set the XtraTabbedMdiManager.SetNextMdiChildMode property.

See Also

DevExpress.XtraTabbedMdi Namespace