IUIX_Cmd::Tip Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Cmd::Tip Property}}
 
{{#customTitle:IUIX_Cmd::Tip Property}}
{{#parentPage:PXV:IUIX_Cmd|Tip Property|property}}
+
{{#parentPage:PXV:IUIX_Cmd#Properties|Tip|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{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*  ppTip);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Tip([out, retval]  BSTR*  sTip);
HRESULT put_Tip([in]  BSTR  ppTip);
+
HRESULT put_Tip([in]  BSTR  sTip);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Cmd|IUIX_Cmd]].
+
[[PXV:IUIX_Cmd|IUIX_Cmd]]

Latest revision as of 02: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);

See Also

IUIX_Cmd