TabOrder Property

Specifies the tab order of a layout.

See Also | Example

Signature

object.TabOrder

object

Layout
The object or objects this property applies to.

TabOrder

Long; read-write
The tab order for the layout.

Remarks

This property controls the order in which the layouts are displayed in the tab control. The tab order should be unique and sequential among all layouts in the database.

The model space tab must have a tab order of zero (0). Paper space tabs must have a tab order of 1 or greater.

 

   Comments?