AddHeader |
This function appends a header to the OutlookBar. The header will be visible at the next redraw.
Prototype:
AddHeader(STRING Title, BYTE bSmallIcons, <STRING IconName>),LONG,PROC
Arguments:
Title |
This is the text that the header will display |
bSmallIcons |
Set to True if you'd like to use small icons (16x16pixels) instead of the default big ones (32x32pixels) |
IconName |
Optional. The name of the icon that should be shown in the header. If ommited, no icon is shown. NOTE: The icon MUST be linked into your application. |
Return value:
This function returns a LONG, representing an unique ID for this header.
See also:
AddTask, DeleteHeader, DeleteTask
Example:
HID:Header1 = OutlookBar5.AddHeader('OutlookBarb', False, 'project.ico')