Skybound Rebar

Rebar.HotLightEffect Property

Gets or sets the effect used to render button images on the rebar when they are in a "hot" state.

[Visual Basic]
Public Property HotLightEffect As HotLightEffect
[C#]
public HotLightEffect HotLightEffect {get; set;}

Property Value

One of the HotLightEffect values. The default is HotLightEffect.None.

Remarks

The HotLightEffect property affects how images are drawn on rebar buttons. Instead of having two images for each button, one for the hot state and one for the normal state, set HotLightEffect to simulate the effects of Microsoft Office, Microsoft Windows XP or Microsoft Windows 98/ME.

Exceptions

Exception Type Condition
InvalidEnumArgumentException The assigned value is not one of the HotLightEffect values.

See Also

Rebar Class | Skybound.Rebar Namespace