| CheckToolItem Constructor (CheckCommand) | 
 
            Initializes a new instance of the 
CheckToolItem class with the specified 
command.
            
 
    Namespace: 
   Eto.Forms
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntaxpublic CheckToolItem(
	CheckCommand command
)
Public Sub New ( 
	command As CheckCommand
)
new : 
        command : CheckCommand -> CheckToolItemParameters
- command
- Type: Eto.FormsCheckCommand
 Command for the tool item.
 See Also
See Also