IUIX_Button::IconScaleType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Button::IconScaleType Property}}
 
{{#customTitle:IUIX_Button::IconScaleType Property}}
{{#parentPage:PXV:IUIX_Button|IconScaleType Property|property}}
+
{{#parentPage:PXV:IUIX_Button#Properties|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.

Revision as of 15:59, 21 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.