Home - RAD C++ GUI Lib 1.2.2 Documentation
Published on March 09, 2007 [03:04:02 PM]



Browse class : _window

Property : height     ( Read & Write )


Description

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

e.g.

//setting new height
button1.heigt = 25;

//retrieving
int bH = button1.height;




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