사용 가능한 다음 컨트롤을 선택하여 활성 컨트롤로 만듭니다.
Namespace: Ntreev.Windows.Forms.GridAssembly: 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로 설정합니다.