This repository has been archived by the owner on Oct 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 409
fa362802 78a7 1009 6d3f 207ddf36eadd
haplokuon edited this page May 6, 2023
·
1 revision
netDxf 3.0.0 Library
Gets or sets the tab order.
Namespace: netDxf.Objects
Assembly: netDxf (in netDxf.dll) Version: 3.0.0
C#
public short TabOrder { get; set; }
VB
Public Property TabOrder As Short
Get
Set
C++
public:
property short TabOrder {
short get ();
void set (short value);
}
F#
member TabOrder : int16 with get, set
Int16
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).