| MenuSegmentedItem Constructor (Command) | 
 
            Initializes a new instance of the 
MenuSegmentedItem class with the specified command.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic MenuSegmentedItem(
	Command command
)
Public Sub New ( 
	command As Command
)
new : 
        command : Command -> MenuSegmentedItemParameters
- command
- Type: Eto.FormsCommand
 Command to initialize the segmented item with.
 See Also
See Also