dformlib v0.1.0 (2016-01-28T21:30:47Z)
Dub
Repo
SizingEventArgs
dfl
base
Undocumented in source.
class
SizingEventArgs :
EventArgs
{
this
(Size sz);
Size
size
[@property getter];
Size
size
[@property setter];
int
width
[@property setter];
int
width
[@property getter];
int
height
[@property setter];
int
height
[@property getter];
}
Constructors
this
this
(Size sz)
Undocumented in source.
Members
Properties
height
int
height
[@property getter]
ditto
height
int
height
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size
size
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
size
Size
size
[@property setter]
ditto
width
int
width
[@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
width
int
width
[@property getter]
ditto
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
MovingEventArgs
PaintEventArgs
SizingEventArgs
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