Version

ImageColumnColor Property (HtmlBoxMenu)

Gets or sets the value of the color used for the image column.
Syntax
'Declaration
 
Public Property ImageColumnColor As Color
public Color ImageColumnColor {get; set;}

Property Value

A System.Drawing.Color value specifying the color used for the image column.
Remarks

Each menu item is made up of two entities, the menu item text (such as "Table Properties") and the menu item image (such as a table properties icon) arranged in two columns. This property sets the value of the column that displays the images.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also