IUIX_Button::Font Property
From PDF XChange PDF SDK
Line 4: | Line 4: | ||
− | Gets or sets a | + | Gets or sets a [[PXV:IUIX_Button_Text|button text]] ''font'' value via [[PXV:IUIX_Font|IUIX_Font]] interface. |
== Syntax == | == Syntax == |
Revision as of 14:12, 14 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);
See Also
See also IUIX_Button, IUIX_Button_Text.