Selects the next available control and makes it the active control.
'Declaration
Protected Overrides Function ProcessTabKey( _
ByVal 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
)
Parameters
- forward
- true to cycle forward through the controls in the control; false otherwise.
Return Value
true if a control is selected; false otherwise.
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