IUIX_InfoBtn::Icon Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(8 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_InfoBtn::Icon Property}} | {{#customTitle:IUIX_InfoBtn::Icon Property}} | ||
+ | {{#parentPage:PXV:IUIX_InfoBtn#Properties|Icon|property}} | ||
− | |||
+ | Gets/sets [[PXV:IUIX_InfoBtn|info button]] ''icon'' via object of [[PXV:IUIX_Icon|IUIX_Icon]] interface. | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Icon([out, retval] IUIX_Icon** | + | <pre class="brush:cpp;gutter:false">HRESULT get_Icon([out, retval] IUIX_Icon** pIcon); |
− | HRESULT put_Icon([in] IUIX_Icon* | + | HRESULT put_Icon([in] IUIX_Icon* pIcon); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IUIX_InfoBtn|IUIX_InfoBtn]] |
Latest revision as of 15:24, 15 June 2015
Gets/sets info button icon via object of IUIX_Icon interface.
Syntax
HRESULT get_Icon([out, retval] IUIX_Icon** pIcon); HRESULT put_Icon([in] IUIX_Icon* pIcon);