IASImageMenu::put_MenuLabel

This method specifies an Auto PC label control to be associated with the image menu.

Syntax

HRESULT put_MenuLabel( IDispatch *pdispLabel );

Parameters

pdispLabel
[in] Pointer to an AS label control to be used as the label field.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that the argument is invalid.

Remarks

The label is displayed in a separate AS label control, which may be placed anywhere on the faceplate screen. The control must have been created prior to the invocation of this method.

See Also

IASLabel