Click or drag to resize

SegmentedItem  Conversion (Command to SegmentedItem)

Implicitly converts a command to a segmented item.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public static implicit operator SegmentedItem (
	Command command
)

Parameters

command
Type: Eto.FormsCommand
Command to create the segmented item.

Return Value

Type: SegmentedItem
A segmented item linked to the specified command.
Remarks
This can be a RadioCommand, CheckCommand, or Command depending on the SelectionMode.
See Also