Table of Contents

Class ColorListBox.DefaultItemPainter

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

Default item painter for the ColorListBox items.

public class ColorListBox.DefaultItemPainter : IListBoxItemPainter
Inheritance
ColorListBox.DefaultItemPainter
Implements

Methods

GetSize(VirtualListBox, int)

Called by owner drawn VirtualListBox control in order to get size of the item. Return (-1, -1) to use default behavior.

Paint(VirtualListBox, ListBoxItemPaintEventArgs)

Called by owner drawn VirtualListBox control for the item painting.

PaintBackground(VirtualListBox, ListBoxItemPaintEventArgs)

Called by owner drawn VirtualListBox control for the background painting.