IUIX_Button::IconScaleType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IUIX_Button::IconScaleType Property}}http://sdkhelp.tracker-software.com/view/PXV:IUIX_Button_IconScaleType
+
{{#customTitle:IUIX_Button::IconScaleType Property}}
 
{{#parentPage:PXV:IUIX_Button|IconScaleType Property|property}}
 
{{#parentPage:PXV:IUIX_Button|IconScaleType Property|property}}
 
  
 
Gets or sets the button icon scaling method. Possible scaling methods are specified by the [[PXV:UIX_IconScaleTypes|UIX_IconScaleTypes]] enumeration.
 
Gets or sets the button icon scaling method. Possible scaling methods are specified by the [[PXV:UIX_IconScaleTypes|UIX_IconScaleTypes]] enumeration.
Line 12: Line 12:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Button|IUIX_Button]], [[PXV:UIX_IconScaleTypes|UIX_IconScaleTypes]].
+
[[PXV:IUIX_Button|IUIX_Button]], [[PXV:UIX_IconScaleTypes|UIX_IconScaleTypes]].

Revision as of 06:59, 20 May 2015

Gets or sets the button icon scaling method. Possible scaling methods are specified by the UIX_IconScaleTypes enumeration.

Syntax

HRESULT get_IconScaleType([out, retval]  LONG*  pIconScaleType);
HRESULT put_IconScaleType([in]  LONG  pIconScaleType);

See Also

IUIX_Button, UIX_IconScaleTypes.