IUIX_Button::Font Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_Button::Font Property}} | {{#customTitle:IUIX_Button::Font Property}} | ||
− | {{#parentPage:PXV:IUIX_Button#Properties|Font | + | {{#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. |
Revision as of 09:38, 23 May 2015
Gets or sets a button text font value via IUIX_Font interface.
Syntax
HRESULT get_Font([out, retval] IUIX_Font** ppFont); HRESULT put_Font([in] IUIX_Font* ppFont);