RadioButtonIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax[AutoInitializeAttribute(false)]
public interface IHandler : TextControlIHandler,
CommonControlIHandler, ControlIHandler, WidgetIHandler
<AutoInitializeAttribute(false)>
Public Interface IHandler
Inherits TextControlIHandler, CommonControlIHandler, ControlIHandler, WidgetIHandler
[<AutoInitializeAttribute(false)>]
type IHandler =
interface
interface TextControlIHandler
interface CommonControlIHandler
interface ControlIHandler
interface WidgetIHandler
end
The RadioButtonIHandler type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Create |
Used when creating a new instance of the RadioButton to specify the controller
|
Top
Remarks
When using this handler, you must call
Initialize in the constructor.
See Also