| CheckCommandCreateToolItem Method  | 
 
            Creates a new tool item attached to this command.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic override ToolItem CreateToolItem()
Public Overrides Function CreateToolItem As ToolItem
abstract CreateToolItem : unit -> ToolItem 
override CreateToolItem : unit -> ToolItem 
Return Value
Type: 
ToolItemThe tool item for the command.
 See Also
See Also