IUIX_CmdBar::Title Property
From PDF XChange PDF SDK
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 | + | {{#parentPage:PXV:IUIX_CmdBar#Properties|Title|property}} |
− | + | ||
{{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* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Title([out, retval] BSTR* sTitle); |
− | HRESULT put_Title([in] BSTR | + | HRESULT put_Title([in] BSTR sTitle); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_CmdBar|IUIX_CmdBar]] |
Latest revision as of 05: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);