Gets or sets the tab order.
Namespace:
DXFReaderNET.Objects
Assembly:
DXFReaderNET (in DXFReaderNET.dll) Version: 20.10.54
Syntax public short TabOrder { get; set; }
Public Property TabOrder As Short
Get
Set
public:
property short TabOrder {
short get ();
void set (short value);
}
member TabOrder : int16 with get, set
PROPERTY TabOrder AS SHORT GET SET
Property Value
Type:
Int16Remarks
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