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.Capture

If this control has captured the mouse then this will return true.

[Visual Basic]
Public Property Capture As Boolean
[C#]
public bool Capture {get; set;}
[C++]
public: __property bool get_Capture();
public: __property void set_Capture(bool);
[JScript]
public function get Capture() : Boolean;
public function set Capture(Boolean);

See Also

Control Class | Control Members | System.WinForms Namespace