SetTitle

Return to Introduction  Previous page  Next page

Change the title of a header or task at runtime. 

 

 

Prototype:

SetTitle(LONG HeaderID, LONG TaskID, STRING pTitle)

 

Arguments:

HeaderID

The unique ID of the header in which the task resides

TaskID

The uniduq ID of the task you want to change.  When changing a header only, set this to 0 (zero)

pTitle

The new text for the header or task.

 

See also:

GetTitle

 

Example:

 OutlookBar1.SetTitle(OutlookBar1.Outlookpanel,0,'Changed Outlookbar Title')



Direct link to this page on our website: http://www.icetips.com/manuals/outlookbar/settitle.htm