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);