| Properties |
 |
| BarMenuStyle |
Returns or sets the style of the bar(top level) menu items. |
| BgPicture |
Returns or sets a graphic to be displayed as background of the menu items. |
| CheckMarkIndex |
Returns or sets the index of the image in the ImageList that will be used to draw the checkmark for the checked menu items. |
| ColorArrow |
Returns or sets the color used to draw the arrow of a menu item that opens a sub menu. |
| ColorArrowSel |
Returns or sets the color used to draw the arrow of a highlighted menu item that opens a sub menu. |
| ColorBack |
Returns or sets the color used to draw the background of a menu item. |
| ColorBackSel |
Returns or sets the color used to draw the background of a highlighted menu item. |
| ColorBarBack |
Returns or sets the color used to draw the background of a bar(top level) menu item. |
| ColorBarBackClick |
Returns or sets the color used to draw the background of a selected bar(top level) menu item. |
| ColorBarBackSel |
Returns or sets the color used to draw the background of a highlighted bar(top level) menu item. |
| ColorBarGradA |
Returns or sets the first color used to draw the gradient background of a bar(top level) menu item. |
| ColorBarGradB |
Returns or sets the second color used to draw the gradient background of a bar(top level) menu item. |
| ColorBarHeight |
Returns or sets the height of the Color menu items, in pixels. |
| ColorBarText |
Returns or sets the color used to display text in a bar(top level) menu item. |
| ColorBarTextClick |
Returns or sets the color used to display text in a selected bar(top level) menu item. |
| ColorBarTextGray |
Returns or sets the color used to display text in a disabled bar(top level) menu item. |
| ColorBarTextSel |
Returns or sets the color used to display text in a highlighted bar(top level) menu item. |
| ColorBarWidth |
Returns or sets the width of the Color menu items, in pixels. |
| ColorBorders |
Returns or sets the color used to draw the borders of a menu panel. |
| ColorCheckBack |
Returns or sets the color used to draw the background for the checkmark area of a checked menu item. |
| ColorCheckBackSel |
Returns or sets the color used to draw the background for the checkmark area of a highlighted and checked menu item. |
| ColorCheckMark |
Returns or sets the color used to draw the check mark of a checked menu item. |
| ColorFrameSel |
Returns or sets the color used to draw the border of a highlighted menu item. |
| ColorHeaderBack |
Returns or sets the color used to draw the background of a Header menu item. |
| ColorHeaderText |
Returns or sets the color used to display text in a Header menu item. |
| ColorLSide |
Returns or sets the color used to draw the LSide of a menu item. |
| ColorLSideGradA |
Returns or sets the first color used to draw the gradient LSide of a menu item. |
| ColorLSideGradB |
Returns or sets the second color used to draw the gradient LSide of a menu item. |
| ColorSelGradA |
Returns or sets the first color used to draw gradient for a highlighted menu item. |
| ColorSelGradB |
Returns or sets the second color used to draw gradient for a highlighted menu item. |
| ColorSeparator |
Returns or sets the color used to draw a separator menu item. |
| ColorStyle |
Returns or sets the style of the Color menu items. |
| ColorText |
Returns or sets the color used to display text in a menu item. |
| ColorTextGray |
Returns or sets the color used to display text in a disabled menu item. |
| ColorTextSel |
Returns or sets the color used to draw the background for the checkmark area of a highlighted and checked menu item. |
| DefaultColors |
Returns/sets the set of colors that will be used to draw menu items. |
| Font |
Returns or sets a Font object. |
| HeaderStyle |
Returns or sets the style of the Header menu items. |
| hIml |
Returns the handle to the ImageList associated with the MenuEx control. |
| HoverStyle |
Returns or sets the style of the highlighted menu items. |
| IconSize |
Returns or sets the size of the images in the control's ImageList. |
| ImageCount |
Returns the number of images in the control's ImageList. |
| ItemsPerColumn |
Returns the number of normal menu items that can fit in a Screen's height. |
| LSideStyle |
Returns or sets the style of the LSide of the menu items. |
| MenuCount |
Returns the number of MenuItem members in the MenuItems collection. |
| MenuItems |
Returns a collection of MenuItem objects. A MenuItem object consists of information about the menu item it represents. |
| MenuStyle |
Returns or sets the style of the menu items. |
| Parent |
Returns the parent Form object of the MenuEx control. |
| RightOrder |
Returns or sets a boolean value that indicates the alignment of the menu items. |
| RightToLeft |
Returns or sets a boolean value that indicates the text display direction and controls the visual appearance of the menu items. |
| SelGradientV |
Determines whether gradient for highlighted menu items will be drawn vertically. |
| TopParent |
Returns the Top-level parent menu item for the specified menu. |
| UseSysFont |
Determines whether the default system Font will be used to display text in menu items. |