ButtonSegmentedItem Constructor (Command) |
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax public ButtonSegmentedItem(
Command command
)
Public Sub New (
command As Command
)
new :
command : Command -> ButtonSegmentedItem
Parameters
- command
- Type: Eto.FormsCommand
Command to initialize the segmented item with.
See Also