property ExMenu.HighLightBorderColor as Color
Retrieves or sets a color that indicates the highlight border 's color.

TypeDescription
Color A color expression that indicates the highlight border 's color.

The control displays a highlight border around the selected item, when the menu's Appearance property if Flat. Use the SelBackColor and SelForeColor properties to define colors for selected item. The control fires the Select event when the user selects an item. Use the ShadowColor property to specify the color used to paint the shadow on the left side of the drop down menu, when Appearance property is Flat. Use the ItemHeight property to specify the height for all items. Use the Border property to define the control's borders. Use the Font property to specify the control's font. Use the BackColor property to specify the control's background color. Use the ForeColor property to specify the control's foreground color.