DropDownFormatEventArgsIsFontSet Property  | 
 
            Gets a value indicating that the font was set during the FormatItem event.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
Syntaxpublic bool IsFontSet { get; }Public ReadOnly Property IsFontSet As Boolean
	Get
member IsFontSet : bool with get
Property Value
Type: 
Boolean
Remarks
            This is useful for handler implementations to determine if something needs to be done to format the item.
            
See Also