IUIX_Cmd::Tip Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Cmd::Tip Property}} | {{#customTitle:IUIX_Cmd::Tip Property}} | ||
+ | {{#parentPage:PXV:IUIX_Cmd#Properties|Tip|property}} | ||
+ | {{ToReview}} | ||
− | Property '''Tip''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of BSTR . | + | Property '''Tip''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets Value of BSTR containing the command's tooltip. |
− | + | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Tip([out, retval] BSTR* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Tip([out, retval] BSTR* sTip); |
− | HRESULT put_Tip([in] BSTR | + | HRESULT put_Tip([in] BSTR sTip); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Cmd|IUIX_Cmd]] |
Latest revision as of 01:11, 24 March 2016
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);