IUIX_Button::Header Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 4: Line 4:
 
{{#parentPage:PXV:IUIX_Button#Properties|Header|property}}
 
{{#parentPage:PXV:IUIX_Button#Properties|Header|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'', that is displayed above the button text.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 02:46, 25 May 2015

Gets or sets button header text, that is displayed above the button text.

Syntax

HRESULT get_Header([out, retval]  BSTR*  ppHeader);
HRESULT put_Header([in]  BSTR  ppHeader);

See Also

IUIX_Button