Click or drag to resize

DropDownFormatEventArgs Class

Arguments for formatting items in a DropDown using the FormatItem event.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    Eto.FormsDropDownFormatEventArgs

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public class DropDownFormatEventArgs : EventArgs

The DropDownFormatEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodDropDownFormatEventArgs
Initializes a new instance of the DropDownFormatEventArgs class
Top
Properties
  NameDescription
Public propertyFont
Gets or sets the font to use for this item
Public propertyIsFontSet
Gets a value indicating that the font was set during the FormatItem event.
Public propertyItem
Item to specify the format for
Public propertyRow
Row number in the list of items to format for
Top
See Also