IASImageMenu::get_MenuLabel

This method gets the Auto PC label control associated with the image menu.

Syntax

HRESULT get_MenuLabel( IDispatch **ppdispLabel );

Parameters

ppdispLabel
[out] Pointer to a pointer to the label control that displays the menu’s label.

Return Values

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

Remarks

The label for the menu is displayed in a separate AS label control, which may be placed anywhere on the faceplate screen.

See Also

IASLabel