IASShellMenu::put_LabelBackColor

This method sets the label background color.

Syntax

HRESULT put_LabelBackColor( OLE_COLOR clr );

Parameters

clr
Label background color.

Return Values

NOERROR indicates success. E_INVALIDARG indicates that an invalid argument has been entered.

Remarks

Use the RGB macro to set the components of clr before passing clr to the method.

See Also

IASShellMenu::put_LabelBackColor, RGB