IUIX_CmdBar::Title Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(5 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::Title Property}}
 
{{#customTitle:IUIX_CmdBar::Title Property}}
{{#parentPage:PXV:IUIX_CmdBar|Title Property|property}}
+
{{#parentPage:PXV:IUIX_CmdBar#Properties|Title|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Title''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns/sets  Value of BSTR ...
+
Property '''Title''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns/sets  Value of BSTR containing the command bar's title.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Title([out, retval]  BSTR*  ppTitle);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Title([out, retval]  BSTR*  sTitle);
HRESULT put_Title([in]  BSTR  ppTitle);
+
HRESULT put_Title([in]  BSTR  sTitle);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06:47, 25 March 2016


Property Title of interface IUIX_CmdBar returns/sets Value of BSTR containing the command bar's title.

Syntax

HRESULT get_Title([out, retval]  BSTR*  sTitle);
HRESULT put_Title([in]  BSTR  sTitle);

See Also

IUIX_CmdBar