DropDownFormatEventArgs Constructor |
Initializes a new instance of the DropDownFormatEventArgs class
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public DropDownFormatEventArgs(
Object item,
int row,
Font font
)
Public Sub New (
item As Object,
row As Integer,
font As Font
)
new :
item : Object *
row : int *
font : Font -> DropDownFormatEventArgs
Parameters
- item
- Type: SystemObject
Item to format - row
- Type: SystemInt32
Row of the item to format - font
- Type: Eto.DrawingFont
Font to use if no other is specified
See Also