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

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

 

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