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



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