IUIX_Button::Font Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Button::Font Property}}
 
{{#customTitle:IUIX_Button::Font Property}}
{{#parentPage:PXV:IUIX_Button#Properties|Font Property|property}}
+
{{#parentPage:PXV:IUIX_Button#Properties|Font|property}}
  
 
Gets or sets a [[PXV:IUIX_Button_Text|button text]] ''font'' value via [[PXV:IUIX_Font|IUIX_Font]] interface.
 
Gets or sets a [[PXV:IUIX_Button_Text|button text]] ''font'' value via [[PXV:IUIX_Font|IUIX_Font]] interface.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Font([out, retval]  IUIX_Font**  ppFont);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Font([out, retval]  IUIX_Font**  pFont);
HRESULT put_Font([in]  IUIX_Font*  ppFont);
+
HRESULT put_Font([in]  IUIX_Font*  pFont);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IUIX_Button|IUIX_Button]]
 
[[PXV:IUIX_Button|IUIX_Button]]

Latest revision as of 04:11, 15 June 2015

Gets or sets a button text font value via IUIX_Font interface.

Syntax

HRESULT get_Font([out, retval]  IUIX_Font**  pFont);
HRESULT put_Font([in]  IUIX_Font*  pFont);

See Also

IUIX_Button