IUIX_Cmd::ShortTitle Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Cmd::ShortTitle Property}}
 
{{#customTitle:IUIX_Cmd::ShortTitle Property}}
{{#parentPage:PXV:IUIX_Cmd|property}}
+
{{#parentPage:PXV:IUIX_Cmd|ShortTitle Property|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 8: Line 8:
  
 
== 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* ppShortTitle);
HRESULT put_ShortTitle([in] BSTR ppShortTitle);
+
HRESULT put_ShortTitle([in] BSTR ppShortTitle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
See also [[PXV:IUIX_Cmd|IUIX_Cmd]].
 
See also [[PXV:IUIX_Cmd|IUIX_Cmd]].

Revision as of 06:35, 23 April 2015


Property ShortTitle of interface IUIX_Cmd returns/sets Value of BSTR ...

Syntax

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

See Also

See also IUIX_Cmd.