RadioMenuItem Constructor (RadioCommand, RadioMenuItem) |
Initializes a new instance of the
RadioMenuItem class with the specified command and controller.
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public RadioMenuItem(
RadioCommand command,
RadioMenuItem controller = null
)
Public Sub New (
command As RadioCommand,
Optional controller As RadioMenuItem = Nothing
)
new :
command : RadioCommand *
?controller : RadioMenuItem
(* Defaults:
let _controller = defaultArg controller null
*)
-> RadioMenuItem
Parameters
- command
- Type: Eto.FormsRadioCommand
Command to initialize the menu item with. - controller (Optional)
- Type: Eto.FormsRadioMenuItem
Controller radio menu item to link to, or null if no controller.
See Also