Method PaintBackground
PaintBackground(VirtualListBox, ListBoxItemPaintEventArgs)
Called by owner drawn VirtualListBox control for the background painting.
public virtual bool PaintBackground(VirtualListBox sender, ListBoxItemPaintEventArgs e)
Parameters
sender
VirtualListBoxVirtualListBox control.
e
ListBoxItemPaintEventArgsPaint arguments
Returns
Remarks
This method must return true
if default background
painting is not needed. The simplest implemetation is to return false
.
In this case default background will be painted.