IUIX_Cmd::Icon Property

From PDF XChange PDF SDK
Revision as of 08:19, 17 March 2016 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


Property Icon of interface IUIX_Cmd returns/sets Pointer to IUIX_Icon containing the command's icon.

Syntax

HRESULT get_Icon([out, retval]  IUIX_Icon**  pIcon);
HRESULT put_Icon([in]  IUIX_Icon*  pIcon);

See Also

IUIX_Cmd