IUIX_CmdBar::Font Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_CmdBar::Font Property}}
 
{{#customTitle:IUIX_CmdBar::Font Property}}
{{#parentPage:PXV:IUIX_CmdBar|Font Property|property}}
+
{{#parentPage:PXV:IUIX_CmdBar#Properties|Font|property}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Font''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns/sets  Pointer to [[PXV:IUIX_Font|IUIX_Font]] ...
+
Property '''Font''' of interface [[PXV:IUIX_CmdBar|IUIX_CmdBar]] returns/sets  Pointer to [[PXV:IUIX_Font|IUIX_Font]] containing the command bar's font.
  
 
== 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_CmdBar|IUIX_CmdBar]].
+
[[PXV:IUIX_CmdBar|IUIX_CmdBar]]

Latest revision as of 06:20, 25 March 2016


Property Font of interface IUIX_CmdBar returns/sets Pointer to IUIX_Font containing the command bar's font.

Syntax

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

See Also

IUIX_CmdBar