IUIX_Cmd::Tip Property

From PDF XChange PDF SDK
Revision as of 02:11, 24 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property Tip of interface IUIX_Cmd returns/sets Value of BSTR containing the command's tooltip.

Syntax

HRESULT get_Tip([out, retval]  BSTR*  sTip);
HRESULT put_Tip([in]  BSTR  sTip);

See Also

IUIX_Cmd