constants ItemTypeEnum
The ItemTypeEnum defines the type of the Item object. Use the Add property to add an item of a specifed type.

NameValueDescription
Default0 (Default)
Separator1 An item of separator type.
SubMenu2 An item that contains a sub menu.
ShortCut3 Adds an item of shortcut type. If the Caption points to a folder a new item of SubMenu type is added.
ShortCutFolder4 Adds an item of shortcut type. If the Caption points to a folder a new item of Default type is added.