IASShellMenu::get_LabelForeColor

This method gets the label foreground color.

Syntax

HRESULT get_LabelForeColor( OLE_COLOR *pclr );

Parameters

pclr
Pointer to the label foreground color.

Return Values

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

Remarks

Use the GetRValue, GetGValue, and GetBValue macros to get the color components of pclr.

See Also

IASShellMenu::put_LabelForeColor, GetRValue, GetGValue, GetBValue