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



Browse class : StatusBar

Function : StatusBar(String title,UINT uniqueID,int X,int Y,int Width,int Height,_window parent [,int totalParts,bool enabled,bool visible,bool center,bool default,UINT extendedStyle])


Description

constructor that creates a statusbar n another control or a window specified in argument parent.
use of title has no reflect over the created statusbar.


Return

Nothing


Remarks

e.g.

Form form1;
StatusBar st("",AUTO_ID, 0,0,100,25,form1,4); 
//AUTO_ID is macro that creates unique id
//4 is number of parts





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