AddCommand Method
Adds a command item to this command site
Syntax
public void AddCommand(
CommandItem command
)Public Sub AddCommand( _
ByVal command As CommandItem _
) Parameters
| Name | Description |
|---|---|
| command | CommandItem to add to this CommandSite |