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
trueif tooltip was updated,falseif it failed, e.g. because the page index is invalid.