IUIX_Button::IconScaleType Property

From PDF XChange PDF SDK
Jump to: navigation, search
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
{{#customTitle:IUIX_Button::IconScaleType Property}}
+
{{#customTitle:IUIX_Button::IconScaleType Property}}http://sdkhelp.tracker-software.com/view/PXV:IUIX_Button_IconScaleType
 
{{#parentPage:PXV:IUIX_Button|IconScaleType Property|property}}
 
{{#parentPage:PXV:IUIX_Button|IconScaleType Property|property}}
{{ToReview}}
 
  
Gets/sets the way of ''scaling button icon''. Possible scaling ways are specified in [[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.
  
 
== Syntax ==
 
== Syntax ==

Revision as of 12:21, 15 May 2015

http://sdkhelp.tracker-software.com/view/PXV:IUIX_Button_IconScaleType


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

See also IUIX_Button, UIX_IconScaleTypes.