Skip to main content

TdxTabbedMDITabProperties Class

Contains page settings for tabbed MDI child forms.

Declaration

TdxTabbedMDITabProperties = class(
    TcxCustomTabControlProperties
)

Remarks

In addition to publishing properties inherited from its base classes, the TdxTabbedMDITabProperties class introduces the properties that allow you to do the following:

  • Access individual pages and obtain a count of them (Pages and PageCount);

  • Make a specific page active and access its settings (PageIndex and ActivePage);

  • Control if page tabs can be navigated using the keyboard (Focusable).

The TdxTabbedMDITabProperties object is referenced by the TdxTabbedMDIManager.TabProperties property.

See Also