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!

Control.ContainsFocus

Indicates whether the control or one of its children currently has the system focus.

[Visual Basic]
Public ReadOnly Property ContainsFocus As Boolean
[C#]
public bool ContainsFocus {get;}
[C++]
public: __property bool get_ContainsFocus();
[JScript]
public function get ContainsFocus() : Boolean;

See Also

Control Class | Control Members | System.WinForms Namespace