SetBackgroundGradient |
Use this method to turn on/off the background gradient (only applicable when the OutlookBar-style is Outlook2003).
Prototype:
SetBackgroundGradient(BYTE bUseGradient)
Arguments:
bUseGradient |
Set to True to turn gradient on, set to False to turn it off |
See also
Example
OutlookBar5.SetBackgroundGradient(True)