API Reference > Namespaces > OdPdfPublish Namespace > Classes > OdRadioButton Class > OdRadioButton Methods > OdRadioButton::getTooltip Method
OdRadioButton::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 radio button. Tooltip text is text that appears when a user hovers the mouse pointer over the radio button. 

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

 

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