The bounds of this control. This is the window coordinates of the control in parent client coordinates.
[Visual Basic] Public Property Bounds As Rectangle [C#] public Rectangle Bounds {get; set;} [C++] public: __property Rectangle get_Bounds(); public: __property void set_Bounds(Rectangle); [JScript] public function get Bounds() : Rectangle; public function set Bounds(Rectangle);