IUIX_Button::Image Property

From PDF XChange PDF SDK
Revision as of 07:20, 5 May 2015 by Oleh (Talk | contribs)

Jump to: navigation, search


Gets/sets button image displayed to the left of button text. [in] object must implement IUIX_ImageData or IUIX_Icon interface.

Syntax

HRESULT get_Image([out, retval]  IUnknown**  ppImage);
HRESULT put_Image([in]  IUnknown*  ppImage);

See Also

See also IUIX_Button, IUIX_ImageData, IUIX_Icon.