IUIX_Combo::Font Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_Combo::Font Property}}
 
{{#customTitle:IUIX_Combo::Font Property}}
{{#parentPage:PXV:IUIX_Combo#Properties|Font Property|property}}
+
{{#parentPage:PXV:IUIX_Combo#Properties|Font|property}}
 
{{ToReview}}
 
{{ToReview}}
  

Revision as of 09:49, 23 May 2015


Gets/sets combo box text font via IUIX_Font interface.

Syntax

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

See Also

IUIX_Combo