Click or drag to resize

RadioButtonIHandlerCreate Method

Used when creating a new instance of the RadioButton to specify the controller

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
void Create(
	RadioButton controller
)

Parameters

controller
Type: Eto.FormsRadioButton
Controller radio button to link to, or null if no controller.
See Also