Xceed Docking Windows for WinForms v2.3 Documentation
ProcessTabKey Method


Xceed.DockingWindows Namespace > ToolWindow Class : ProcessTabKey Method
true to cycle forward through the controls in the control; false otherwise.
Selects the next available control and makes it the active control.
Syntax
'Declaration
 
Protected Overrides Function ProcessTabKey( _
   ByVal forward As Boolean _
) As Boolean
'Usage
 
Dim instance As ToolWindow
Dim forward As Boolean
Dim value As Boolean
 
value = instance.ProcessTabKey(forward)
protected override bool ProcessTabKey( 
   bool forward
)

Parameters

forward
true to cycle forward through the controls in the control; false otherwise.

Return Value

true if a control is selected; false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ToolWindow Class
ToolWindow Members
Base Implementation in ProcessTabKey