Show / Hide Table of Contents

Class ImageListViewColor

Represents the color palette of the image list view.

Inheritance
System.Object
ImageListViewColor
Namespace: Manina.Windows.Forms
Assembly: ImageListView.dll
Syntax
[TypeConverter(typeof(ImageListViewColorTypeConverter))]
public class ImageListViewColor

Constructors

| Improve this Doc View Source

ImageListViewColor()

Initializes a new instance of the ImageListViewColor class.

Declaration
public ImageListViewColor()
| Improve this Doc View Source

ImageListViewColor(String)

Initializes a new instance of the ImageListViewColor class from its string representation.

Declaration
public ImageListViewColor(string definition)
Parameters
Type Name Description
System.String definition

String representation of the object.

Properties

| Improve this Doc View Source

AlternateBackColor

Gets or sets the background color of alternating cells in Details View.

Declaration
public Color AlternateBackColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

AlternateCellForeColor

Gets or sets the foreground color of alternating cells text in Details View.

Declaration
public Color AlternateCellForeColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

BackColor

Gets or sets the background color of the ImageListViewItem.

Declaration
public Color BackColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

BorderColor

Gets or sets the border color of the ImageListViewItem.

Declaration
public Color BorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

CellForeColor

Gets or sets the foreground color of the cell text in Details View.

Declaration
public Color CellForeColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ColumnHeaderBackColor1

Gets or sets the background gradient color1 of the column header.

Declaration
public Color ColumnHeaderBackColor1 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ColumnHeaderBackColor2

Gets or sets the background gradient color2 of the column header.

Declaration
public Color ColumnHeaderBackColor2 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ColumnHeaderForeColor

Gets or sets the cells foreground color of the column header text.

Declaration
public Color ColumnHeaderForeColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ColumnHeaderHoverColor1

Gets or sets the background hover gradient color1 of the column header.

Declaration
public Color ColumnHeaderHoverColor1 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ColumnHeaderHoverColor2

Gets or sets the background hover gradient color2 of the column header.

Declaration
public Color ColumnHeaderHoverColor2 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ColumnSelectColor

Gets or sets the cells background color if column is selected in Details View.

Declaration
public Color ColumnSelectColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ColumnSeparatorColor

Gets or sets the color of the separator in Details View.

Declaration
public Color ColumnSeparatorColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ControlBackColor

Gets or sets the background color of the ImageListView control.

Declaration
public Color ControlBackColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

Default

Represents the default color theme.

Declaration
public static ImageListViewColor Default { get; }
Property Value
Type Description
ImageListViewColor
| Improve this Doc View Source

DisabledBackColor

Gets or sets the background color of the ImageListView control in its disabled state.

Declaration
public Color DisabledBackColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

DisabledBorderColor

Gets or sets the border color of the ImageListViewItem if the item is disabled.

Declaration
public Color DisabledBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

DisabledColor1

Gets or sets the background gradient color1 if the ImageListViewItem is disabled.

Declaration
public Color DisabledColor1 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

DisabledColor2

Gets or sets the background gradient color2 if the ImageListViewItem is disabled.

Declaration
public Color DisabledColor2 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

DisabledForeColor

Gets or sets the fore color of the ImageListViewItem if the item is disabled.

Declaration
public Color DisabledForeColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ForeColor

Gets or sets the foreground color of the ImageListViewItem.

Declaration
public Color ForeColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

HoverBorderColor

Gets or sets the border color of the ImageListViewItem if the item is hovered.

Declaration
public Color HoverBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

HoverColor1

Gets or sets the background gradient color1 if the ImageListViewItem is hovered.

Declaration
public Color HoverColor1 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

HoverColor2

Gets or sets the background gradient color2 if the ImageListViewItem is hovered.

Declaration
public Color HoverColor2 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ImageInnerBorderColor

Gets or sets the image inner border color for thumbnails and pane.

Declaration
public Color ImageInnerBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

ImageOuterBorderColor

Gets or sets the image outer border color for thumbnails and pane.

Declaration
public Color ImageOuterBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

InsertionCaretColor

Gets or sets the color of the insertion caret.

Declaration
public Color InsertionCaretColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

Mandarin

Represents the mandarin color theme.

Declaration
public static ImageListViewColor Mandarin { get; }
Property Value
Type Description
ImageListViewColor
| Improve this Doc View Source

Noir

Represents the noir color theme.

Declaration
public static ImageListViewColor Noir { get; }
Property Value
Type Description
ImageListViewColor
| Improve this Doc View Source

PaneBackColor

Gets or sets the background color of the image pane.

Declaration
public Color PaneBackColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

PaneLabelColor

Gets or sets the color of labels in pane view.

Declaration
public Color PaneLabelColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

PaneSeparatorColor

Gets or sets the separator line color between image pane and thumbnail view.

Declaration
public Color PaneSeparatorColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

SelectedBorderColor

Gets or sets the border color of the ImageListViewItem if the item is selected.

Declaration
public Color SelectedBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

SelectedColor1

Gets or sets the background gradient color1 if the ImageListViewItem is selected.

Declaration
public Color SelectedColor1 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

SelectedColor2

Gets or sets the background gradient color2 if the ImageListViewItem is selected.

Declaration
public Color SelectedColor2 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

SelectedForeColor

Gets or sets the fore color of the ImageListViewItem if the item is selected.

Declaration
public Color SelectedForeColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

SelectionRectangleBorderColor

Gets or sets the color of the selection rectangle border.

Declaration
public Color SelectionRectangleBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

SelectionRectangleColor1

Gets or sets the background color1 of the selection rectangle.

Declaration
public Color SelectionRectangleColor1 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

SelectionRectangleColor2

Gets or sets the background color2 of the selection rectangle.

Declaration
public Color SelectionRectangleColor2 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

UnFocusedBorderColor

Gets or sets the border color of the ImageListViewItem if the control is not focused.

Declaration
public Color UnFocusedBorderColor { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

UnFocusedColor1

Gets or sets the background gradient color1 of the ImageListViewItem if the control is not focused.

Declaration
public Color UnFocusedColor1 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

UnFocusedColor2

Gets or sets the background gradient color2 of the ImageListViewItem if the control is not focused.

Declaration
public Color UnFocusedColor2 { get; set; }
Property Value
Type Description
System.Drawing.Color
| Improve this Doc View Source

UnFocusedForeColor

Gets or sets the fore color of the ImageListViewItem if the control is not focused.

Declaration
public Color UnFocusedForeColor { get; set; }
Property Value
Type Description
System.Drawing.Color

Methods

| Improve this Doc View Source

CopyFrom(ImageListViewColor)

Copies color values from the given object.

Declaration
public void CopyFrom(ImageListViewColor source)
Parameters
Type Name Description
ImageListViewColor source

The source object.

| Improve this Doc View Source

Equals(Object)

Determines whether all color values of the specified ImageListViewColor are equal to this instance.

Declaration
public override bool Equals(object obj)
Parameters
Type Name Description
System.Object obj

The object to compare with this instance.

Returns
Type Description
System.Boolean

true if the two instances have the same color values; otherwise false.

Overrides
System.Object.Equals(System.Object)
| Improve this Doc View Source

GetHashCode()

Returns a hash code for this instance.

Declaration
public override int GetHashCode()
Returns
Type Description
System.Int32

A hash code for this instance, suitable for use in hashing algorithms and data structures like a hash table.

Overrides
System.Object.GetHashCode()
| Improve this Doc View Source

ToString()

Returns a string that represents this instance.

Declaration
public override string ToString()
Returns
Type Description
System.String

A string that represents this instance.

Overrides
System.Object.ToString()
Back to top Copyright © 2018 Özgür Özçıtak