Gets or sets whether this control uses Ctrl+Tab and Ctrl+Shift+Tab for moving focus to other controls in a dialog.

Namespace: Sgry.Azuki.WinForms
Assembly: Azuki (in Azuki.dll) Version: 1.7.13.40248

Syntax

C#
public bool UseCtrlTabToMoveFocus { get; set; }
Visual Basic
Public Property UseCtrlTabToMoveFocus As Boolean
	Get
	Set

Property Value

Type: Boolean

Remarks

The default value is true.

See Also