| ToolItemIHandlerCreateFromCommand Method  | 
 
            Creates the item from a command instance.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxvoid CreateFromCommand(
	Command command
)
Sub CreateFromCommand ( 
	command As Command
)
abstract CreateFromCommand : 
        command : Command -> unit 
Parameters
- command
- Type: Eto.FormsCommand
 Command the item is created from.
 Remarks
Remarks
            This is useful when using a platform-defined command. It allows you to create the item in a specific
            way based on the command it is created from.
            
 See Also
See Also