SegmentedItemEnabled Property |
Gets or sets a value indicating whether this
SegmentedItem is enabled.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(true)]
public bool Enabled { get; set; }
<DefaultValueAttribute(true)>
Public Property Enabled As Boolean
Get
Set
[<DefaultValueAttribute(true)>]
member Enabled : bool with get, set
Property Value
Type:
Booleantrue if enabled; otherwise,
false.
See Also