Method SetPageToolTip
SetPageToolTip(int, string)
Sets the tooltip displayed when hovering over the tab label of the page.
public bool SetPageToolTip(int page, string text)
Parameters
Returns
- bool
true
if tooltip was updated,false
if it failed, e.g. because the page index is invalid.