IUIX_CmdBar::Font Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
Line 3: Line 3:
 
{{#customTitle:IUIX_CmdBar::Font Property}}
 
{{#customTitle:IUIX_CmdBar::Font Property}}
 
{{#parentPage:PXV:IUIX_CmdBar#Properties|Font|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 ==

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