Skybound Rebar

ButtonDrawMode Enumeration

Specifies whether the buttons in a band are owner-drawn (drawn by handling the DrawButton event), or drawn using the default implementation.

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

Members

Member Name Description
Normal The buttons are drawn using the selected theme in the rebar control.
OwnerDraw The bands are drawn by handling the DrawButton event.
OwnerDrawAndMeasure The bands are drawn by handling the DrawButton event, and the width of each button is measured by handling the MeasureButton event.

Requirements

Namespace: Skybound.Rebar

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

See Also

Skybound.Rebar Namespace