IUIX_Button::IconScaleType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 2: Line 2:
 
{{#customTitle:IUIX_Button::IconScaleType Property}}
 
{{#customTitle:IUIX_Button::IconScaleType Property}}
 
{{#parentPage:PXV:IUIX_Button|IconScaleType Property|property}}
 
{{#parentPage:PXV:IUIX_Button|IconScaleType Property|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{ToReview}}
  
Property '''IconScaleType''' of interface [[PXV:IUIX_Button|IUIX_Button]] returns/sets  Value of LONG ...
+
Gets/sets the way of ''scaling button icon''. Possible scaling ways are specified in [[PXV:UIX_IconScaleTypes|UIX_IconScaleTypes enumeration]].
  
 
== Syntax ==
 
== Syntax ==
Line 13: Line 12:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Button|IUIX_Button]].
+
See also [[PXV:IUIX_Button|IUIX_Button]], [[PXV:UIX_IconScaleTypes|UIX_IconScaleTypes]].

Revision as of 07:36, 5 May 2015


Gets/sets the way of scaling button icon. Possible scaling ways are specified in 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.