Home - RAD C++ GUI 2.0 Documentation
Published on March 17, 2008 [12:28:43 AM]



Browse class : _window

Property : width     ( Read & Write )


Description

property that retrieves and sets width of an object in pixels
Remarks

e.g.

//set button width to 100
Button1.width = 100;

//get button width
int bW = Button1.width;




Visit www.radcpp.com for more help and updates. Documentation created using FlaX.Doc