ExplorerBrowserProcessTabKey Method |
Process the tab key described by forward.
Namespace:
Jam.Shell
Assembly:
ShellBrowser (in ShellBrowser.dll) Version: 7.1
Syntax protected override bool ProcessTabKey(
bool forward
)
Protected Overrides Function ProcessTabKey (
forward As Boolean
) As Boolean
protected:
virtual bool ProcessTabKey(
bool forward
) override
abstract ProcessTabKey :
forward : bool -> bool
override ProcessTabKey :
forward : bool -> bool
Parameters
- forward
- Type: SystemBoolean
true to forward.
Return Value
Type:
Booleantrue if it succeeds, false if it fails.
See Also