NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ContainerControl.ProcessTabKey

UNDONE: ChrisAn, 12/13/1997- Need description 'processTabKey'

[Visual Basic]
Overridable Protected Function ProcessTabKey( _
   ByVal forward As Boolean _
) As Boolean
[C#]
protected virtual bool ProcessTabKey(
   bool forward
);
[C++]
protected: virtual bool ProcessTabKey(
   bool forward
);
[JScript]
protected function ProcessTabKey(
   forward : Boolean
) : Boolean;

Parameters

forward
[To be supplied.]

See Also

ContainerControl Class | ContainerControl Members | System.WinForms Namespace