CADability dotNET

Namespace: CADability.Actions
Assembly: CADability (in CADability.dll) Version: 1.1.4254.24737 (1.1.*)

Syntax

C#
void IShowProperty.SetTabIndex(
	ref int TabIndex
)
Visual Basic
Private Sub SetTabIndex ( _
	ByRef TabIndex As Integer _
) Implements IShowProperty.SetTabIndex
Visual C++
private:
virtual void SetTabIndex(
	int% TabIndex
) sealed = IShowProperty::SetTabIndex

Parameters

TabIndex
Type: System..::..Int32%

Implements

IShowProperty..::..SetTabIndex(Int32%)

See Also