IUIX_Button::Header Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Button::Header Property}} | {{#customTitle:IUIX_Button::Header Property}} | ||
{{#parentPage:PXV:IUIX_Button|Header Property|property}} | {{#parentPage:PXV:IUIX_Button|Header Property|property}} | ||
− | |||
Gets or sets [[PXV:IUIX_Button|button]] ''header text'', which is displayed above the button text. | Gets or sets [[PXV:IUIX_Button|button]] ''header text'', which is displayed above the button text. | ||
Line 12: | Line 12: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_Button|IUIX_Button]]. |
Revision as of 05:59, 20 May 2015
Gets or sets button header text, which is displayed above the button text.
Syntax
HRESULT get_Header([out, retval] BSTR* ppHeader); HRESULT put_Header([in] BSTR ppHeader);