API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdCheckBox Class > OdCheckBox Methods > OdCheckBox::getTooltip Method
OdCheckBox::getTooltip Method
Syntax
C++
void getTooltip(OdString& tooltip) const;
Parameters 
Description 
OdString& tooltip 
[out] A placeholder for the tooltip text. 

Returns the current tooltip text for the checkbox. Tooltip text is text that appears when a user hovers the mouse pointer over the checkbox. 

The method fills a passed string object with the checkbox tooltip text and returns it to a calling subroutine. 

 

Copyright © 2002–2020. Open Design Alliance. All rights reserved.