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!

ComboBox.Focused

Returns true if this control has focus.

[Visual Basic]
Overridable Public ReadOnly Property Focused As Boolean
[C#]
public bool Focused {override get;}
[C++]
public: __property virtual bool get_Focused();
[JScript]
public function get Focused() : Boolean;

Property Value

true if this control has focus.

See Also

ComboBox Class | ComboBox Members | System.WinForms Namespace