RadioMenuItemIHandler Interface |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax[AutoInitializeAttribute(false)]
public interface IHandler : MenuItemIHandler,
WidgetIHandler
<AutoInitializeAttribute(false)>
Public Interface IHandler
Inherits MenuItemIHandler, WidgetIHandler
[<AutoInitializeAttribute(false)>]
type IHandler =
interface
interface MenuItemIHandler
interface WidgetIHandler
endThe RadioMenuItemIHandler type exposes the following members.
Properties
Methods|
| Name | Description |
|---|
 | Create |
Creates the menu item with the specified controller.
|
Top
See Also