IUIX_Button::IconScaleType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by the same user not shown)
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#Properties|IconScaleType|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.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_IconScaleType([out, retval]  LONG*  pIconScaleType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_IconScaleType([out, retval]  LONG*  nIconScaleType);
HRESULT put_IconScaleType([in]  LONG  pIconScaleType);
+
HRESULT put_IconScaleType([in]  LONG  nIconScaleType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IUIX_Button|IUIX_Button]], [[PXV:UIX_IconScaleTypes|UIX_IconScaleTypes]].
+
[[PXV:IUIX_Button|IUIX_Button]]

Latest revision as of 04:11, 15 June 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*  nIconScaleType);
HRESULT put_IconScaleType([in]  LONG  nIconScaleType);

See Also

IUIX_Button