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
)
Public Shared Widening Operator CType (
command As Command
) As SegmentedItem
F# does not support the declaration of new casting operators.
Parameters
- command
- Type: Eto.FormsCommand
Command to create the segmented item.
Return Value
Type:
SegmentedItemA segmented item linked to the specified command.
Remarks See Also