Init |
Call this method to initialize the control. The control will not be draw until this function has been called.
NOTE: Never call this function before the window has been opened (i.e. "Local Objects|Abc Objects|Init|Open Window"-embed is a nice place).
Prototype:
Init(LONG nControl, BYTE Style, <BYTE InnerBorder>, <BYTE OuterBorder>)
Arguments:
nControl |
The control to be used. |
Style |
Specifies the style of the OutlookBar. Currently the following styles are supported: PSTYLE_OUTLOOKXP PSTYLE_OUTLOOK2003 |
InnerBorder |
Set to True to get a inset border around the panel |
OuterBorder |
Set to True to get a border around the panel |
See also
Example:
OutlookBar5.Init(?OutlookBar, PSTYLE_OUTLOOK2003)