Skybound Rebar

HotLightEffect Enumeration

Specifies the effect used to draw images on tool bar buttons.

[Visual Basic]
Public Enum HotLightEffect
[C#]
public enum HotLightEffect

Remarks

This type specifies values for the HotLightEffect property.

Members

Member Name Description
None No effect is used. The image does not change when the button is hot.
Colorize The image is drawn in grayscale, but in color when the button is hot. This is the toolbar effect used in Internet Explorer for Windows 98, ME and 2000.
Saturate The color of the image is slightly desaturated, but color saturation is normal when the button is hot. This is the toolbar effect used in Microsoft Office 2000 and Visual Studio .NET.
Intensify The image gamma level is increased when it is hot. This is the toolbar effect used in Internet Explorer for Windows XP.

Requirements

Namespace: Skybound.Rebar

Assembly: Skybound.Rebar (in Skybound.Rebar.dll)

See Also

Skybound.Rebar Namespace