| IConsolePaneHeaderAddCommand Method  | 
 
            Add a command to the header control.
            
 
    Namespace: 
   NetQuarry
    Assembly:
   EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
 Syntax
Syntaxvoid AddCommand(
	MapperCommand cmd
)
Sub AddCommand ( 
	cmd As MapperCommand
)
Parameters
- cmd
- Type: NetQuarry.DataMapperCommand
 The command control to add.
 See Also
See Also