IUIX_Cmd::ShortTitle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(3 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Cmd::ShortTitle Property}}
 
{{#customTitle:IUIX_Cmd::ShortTitle Property}}
{{#parentPage:PXV:IUIX_Cmd#Properties|ShortTitle Property|property}}
+
{{#parentPage:PXV:IUIX_Cmd#Properties|ShortTitle|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''ShortTitle''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of BSTR ...
+
Property '''ShortTitle''' of interface [[PXV:IUIX_Cmd|IUIX_Cmd]] returns/sets  Value of BSTR containing the command's short title.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_ShortTitle([out, retval]  BSTR*  ppShortTitle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_ShortTitle([out, retval]  BSTR*  sShortTitle);
HRESULT put_ShortTitle([in]  BSTR  ppShortTitle);
+
HRESULT put_ShortTitle([in]  BSTR  sShortTitle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IUIX_Cmd|IUIX_Cmd]].
+
[[PXV:IUIX_Cmd|IUIX_Cmd]]

Latest revision as of 02:09, 24 March 2016


Property ShortTitle of interface IUIX_Cmd returns/sets Value of BSTR containing the command's short title.

Syntax

HRESULT get_ShortTitle([out, retval]  BSTR*  sShortTitle);
HRESULT put_ShortTitle([in]  BSTR  sShortTitle);

See Also

IUIX_Cmd