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

The method fills a passed string object with the drop-down list tooltip text and returns it to a calling subroutine. 

 

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