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)
 
(3 intermediate revisions by the same user not shown)
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}}
  
 
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 ==
[[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