EnumCheckBoxListTIncludeNoneFlag Property |
Gets or sets a value indicating whether to include a 'None' when the enumeration has the [Flags] attribute.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public bool IncludeNoneFlag { get; set; }
Public Property IncludeNoneFlag As Boolean
Get
Set
member IncludeNoneFlag : bool with get, set
Property Value
Type:
Booleantrue to include the none flag; otherwise,
false.
See Also