Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

fa362802 78a7 1009 6d3f 207ddf36eadd

haplokuon edited this page May 6, 2023 · 1 revision

TabOrder Property

netDxf 3.0.0 Library

Gets or sets the tab order.

Definition

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

Property Value

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

Reference

Layout Class
netDxf.Objects Namespace

Clone this wiki locally