OwnerDrawControl

Undocumented in source.

Members

Functions

onDrawItem
void onDrawItem(DrawItemEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onMeasureItem
void onMeasureItem(MeasureItemEventArgs e)
Undocumented in source. Be warned that the author may not have intended to support it.
onReflectedMessage
void onReflectedMessage(Message m)
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

drawMode
OwnerDrawMode drawMode [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
drawMode
OwnerDrawMode drawMode [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_drawMode
OwnerDrawMode _drawMode;
Undocumented in source.
drawItem
Event!(Control, DrawItemEventArgs) drawItem;
Undocumented in source.
measureItem
Event!(Control, MeasureItemEventArgs) measureItem;
Undocumented in source.

Meta