Skip to main content
A newer version of this page is available. .

SetNextMdiChildMode Enum

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

Namespace: DevExpress.XtraTabbedMdi

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public enum SetNextMdiChildMode

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