public Command CreateCommand( CommandType commandType, string caption, Image image, CommandEventHandler clickHandler )
Public Function CreateCommand ( commandType As CommandType, caption As String, image As Image, clickHandler As CommandEventHandler ) As Command