SetStyle |
With this method you can change the OutlookBar style at runtime.
Prototype:
SetStyle(BYTE Style)
Arguments:
Style |
Specifies the style of the OutlookBar. Currently the following styles are supported: PSTYLE_OUTLOOKXP PSTYLE_OUTLOOK2003 |
See also
Example:
OutlookBar5.SetStyle(PSTYLE_OUTLOOK2003)