Click or drag to resize

LayoutTabOrder Property

Gets or sets the tab order.

Namespace:  DXFReaderNET.Objects
Assembly:  DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax
public short TabOrder { get; set; }

Property Value

Type: Int16
Remarks
This number is an ordinal indicating this layout's ordering in the tab control that is attached to the AutoCAD drawing frame window. Note that the "Model" tab always appears as the first tab regardless of its tab order (always zero).
See Also