Click or drag to resize

RadioButtonListEnabled Property

Gets or sets a value indicating whether this RadioButtonList is enabled.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public override bool Enabled { get; set; }

Property Value

Type: Boolean
true if enabled; otherwise, false.
Remarks
When the control is disabled, the user will not be able to change the selected radio button. However, you can still programatically change the selection.
See Also