dfl2 v1.0.3 (2014-11-03T16:58:07Z)
Home
Dub
Repo
DrawItemEventArgs
dfl
base
class
DrawItemEventArgs :
EventArgs
{
this
(Graphics g, Font f, Rect r, int i, DrawItemState dis);
this
(Graphics g, Font f, Rect r, int i, DrawItemState dis, Color fc, Color bc);
Color
backColor
[@property getter];
Rect
bounds
[@property getter];
Font
font
[@property getter];
Color
foreColor
[@property getter];
Graphics
graphics
[@property getter];
int
index
[@property getter];
DrawItemState
state
[@property getter];
void
drawBackground
();
void
drawFocusRectangle
();
}
Constructors
this
this
(Graphics g, Font f, Rect r, int i, DrawItemState dis)
this
(Graphics g, Font f, Rect r, int i, DrawItemState dis, Color fc, Color bc)
Members
Functions
drawBackground
void
drawBackground
()
drawFocusRectangle
void
drawFocusRectangle
()
Properties
backColor
Color
backColor
[@property getter]
bounds
Rect
bounds
[@property getter]
font
Font
font
[@property getter]
foreColor
Color
foreColor
[@property getter]
graphics
Graphics
graphics
[@property getter]
index
int
index
[@property getter]
state
DrawItemState
state
[@property getter]
Inherited Members
From EventArgs
empty
EventArgs
empty
[@property getter]
Property: get a reusable, empty EventArgs.
Meta
Source
See Implementation
dfl
base
aliases
DflThrowable
HWindow
IWin32Window
classes
CancelEventArgs
ColumnClickEventArgs
Cursor
Cursors
DflException
DrawItemEventArgs
KeyEventArgs
KeyPressEventArgs
MeasureItemEventArgs
MouseEventArgs
PaintEventArgs
StringObject
WaitHandle
enums
Appearance
BorderStyle
CharacterCasing
CheckState
ColorDepth
ColumnHeaderStyle
ContentAlignment
DialogResult
DrawItemState
DrawMode
FlatStyle
HorizontalAlignment
ItemActivation
ItemBoundsPortion
Keys
MouseButtons
RightToLeft
ScrollBars
SortOrder
View
interfaces
IAsyncResult
IButtonControl
IDialogResult
IMessageFilter
IWindow
structs
Message