IUIX_Button::Header Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 2: Line 2:
 
{{#customTitle:IUIX_Button::Header Property}}
 
{{#customTitle:IUIX_Button::Header Property}}
 
{{#parentPage:PXV:IUIX_Button|Header Property|property}}
 
{{#parentPage:PXV:IUIX_Button|Header Property|property}}
{{ToReview}}
 
  
Gets/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.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 12:18, 15 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);

See Also

See also IUIX_Button.