MenuItem.Style

Description

Returns one of the values from the siMenuItemStyle enum representing the style of this menu item.

C# Syntax

// get accessor
siMenuItemStyle rtn = MenuItem.Style;

See Also

Menu.AddItem