사용 가능한 다음 컨트롤을 선택하여 활성 컨트롤로 만듭니다.

Namespace: Ntreev.Windows.Forms.Grid
Assembly: Ntreev.Windows.Forms.Grid (in Ntreev.Windows.Forms.Grid.dll) Version: 1.0.4216.32284

Syntax

C#
protected override bool ProcessTabKey(
	bool forward
)
Visual Basic
Protected Overrides Function ProcessTabKey ( _
	forward As Boolean _
) As Boolean
Visual C++
protected:
virtual bool ProcessTabKey(
	bool forward
) override

Parameters

forward
Type: System..::..Boolean
ContainerControl의 컨트롤 전체를 순환하려면 true로 설정하고, 그렇지 않으면 false로 설정합니다.

Return Value

컨트롤이 선택되면 true이고, 그렇지 않으면 false입니다.

See Also