constants SubMenuSortOrderEnum
The SubMenuSortOrderEnum type specifies the way the submenu displays the items. The SortOrder property specifies the sort order to display the items in the sub menu. The SubMenuSortOrderEnum type supports the following values:

NameValueDescription
exSubMenuUnsorted0 No sort is applied when the submenu is displayed.
exSubMenuAscending1 The items in the submenu are alphabetically displayed in ascending order.
exSubMenuDescending2 The items in the submenu are alphabetically displayed in descending order.
exSubMenuReverse3 The items in the submenu are displayed in reverse order.