A runtime form designer control

FormDesigner.EnableEditTabOrder Property

Gets the boolean value that identifies if EditTabOrder operation can be performed at this time.

[Visual Basic]
Public Property ReadOnly EnableEditTabOrder As Boolean
[C#]
public bool EnableEditTabOrder { get; }
[C++]
public: __property bool get_EnableEditTabOrder();
[JScript]
public function get EnableEditTabOrder() : bool

Remarks

This property is typically used to enable/disable Edit Tab Order menu in the application.

See Also

FormDesigner Class | Viklele.Win.Designer Namespace