Skybound Rebar

BandDrawMode Enumeration

Specifies whether the bands in a rebar control are owner-drawn (drawn by handling the DrawBand event), or drawn using the selected theme.

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

Members

Member Name Description
Normal The bands are drawn using the selected theme.
OwnerDraw The bands are drawn by handling the DrawBand event.

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace