HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewOffice2007ColorPickerColumn

BinaryTreeListViewOffice2007ColorPickerColumn

class.NET 6 / 8 / 10.NET Framework 4.8Binarymission.WinForms.Controls.TreeControls

A specialized column type that uses Binarymission's BinaryOffice2007ColorPickerComboBox control as its cell editor.

public class BinaryTreeListViewOffice2007ColorPickerColumn : DataGridViewColumn //DataGridViewComboBoxColumn

Inherits from / implements: DataGridViewColumn //DataGridViewComboBoxColumn

Members at a glance

BinaryTreeListViewOffice2007ColorPickerColumnInitializes a new instance of the BinaryTreeListViewOffice2007ColorPickerColumn class.
AlphaBlendFactorForControlPaintingGets or sets the alpha blend factor for control painting.
AlphaBlendFactorForDropDownPressedColorGets or sets the alpha blend factor for drop down pressed color.
AlphaBlendFactorForItemSelectionColorGets or sets the alpha blend factor for item selection color.
AlphaValueGets or sets the alpha value.
BlendTargetColorGets or sets the blend target color.
BorderColorGets or sets the border color.
ColorPickerCellDrawingStyleGets or sets as to how to darw the color picker cell when it is not in edit mode.
CustomColorForRectangleBorderGets or sets the custom color for rectangle border.
CustomControlBorderColorGets or sets the custom control border color.
CustomPaintingColorGets or sets the custom painting color.
DrawStyleIsFlatGets or sets whether a cell that is not being edited draws its drop-down button flat - a chevron, inside a hairline box when ShowBorderAlways is on - or as the classic themed push button.
DropDownBorderColorGets or sets the colour of the border round the palette that drops down from a cell being edited, or Empty to use BorderColor.
EnableSettingAlphaValueGets or sets a value indicating whether the setting alpha value is enabled.
HeadingBackColorGets or sets the heading back color.
HeadingForeColorGets or sets the heading fore color.
SelectedColorGets or sets the selected color.
SelectedColorRectangleBorderGets or sets the selected color rectangle border.
ShowBorderAlwaysGets or sets a value indicating whether the border is always shown.
ShowColorNameIfKnownColorGets or sets a value indicating whether the color name if known color is shown.
ShowDropDownButtonWhenCellNotInEditingModeGets or sets whether to show the drop down button when the cell is not in editing mode.
ShowHSBInToolTipGets or sets a value indicating whether the HSB is shown in the tool tip.
ShowToolTipGets or sets a value indicating whether the tool tip is shown.
CloneCreates a copy of this BinaryTreeListViewOffice2007ColorPickerColumn, carrying across every setting this type adds to the base implementation.

Constructors

BinaryTreeListViewOffice2007ColorPickerColumn

public BinaryTreeListViewOffice2007ColorPickerColumn() : base()

Initializes a new instance of the BinaryTreeListViewOffice2007ColorPickerColumn class.

Properties

AlphaBlendFactorForControlPainting

public int AlphaBlendFactorForControlPainting

Gets or sets the alpha blend factor for control painting.

AlphaBlendFactorForDropDownPressedColor

public int AlphaBlendFactorForDropDownPressedColor

Gets or sets the alpha blend factor for drop down pressed color.

AlphaBlendFactorForItemSelectionColor

public int AlphaBlendFactorForItemSelectionColor

Gets or sets the alpha blend factor for item selection color.

AlphaValue

public int AlphaValue

Gets or sets the alpha value.

BlendTargetColor

public Color BlendTargetColor

Gets or sets the blend target color.

BorderColor

public Color BorderColor

Gets or sets the border color.

ColorPickerCellDrawingStyle

public ColorPickerCellDrawingStyle ColorPickerCellDrawingStyle

Gets or sets as to how to darw the color picker cell when it is not in edit mode.

CustomColorForRectangleBorder

public Color CustomColorForRectangleBorder

Gets or sets the custom color for rectangle border.

CustomControlBorderColor

public Color CustomControlBorderColor

Gets or sets the custom control border color.

CustomPaintingColor

public Color CustomPaintingColor

Gets or sets the custom painting color.

DrawStyleIsFlat

public bool DrawStyleIsFlat

Gets or sets whether a cell that is not being edited draws its drop-down button flat - a chevron, inside a hairline box when ShowBorderAlways is on - or as the classic themed push button.

Applies while the grid's SpecialColumnCellsToDisplayEditingControlOnCellsAlways is on, which is when a cell shows its editor's chrome at all. The default is true, the same as DrawStyleIsFlat, so the three special columns match (HANDOVER 3av).

DropDownBorderColor

public Color DropDownBorderColor

Gets or sets the colour of the border round the palette that drops down from a cell being edited, or Empty to use BorderColor.

BorderColor is the hairline round a cell's value, and a hairline colour meant to sit quietly among the grid's rules is lost round a palette that opens over them. This gives the palette a border of its own. The default, Empty, keeps the palette in BorderColor, as it always was (HANDOVER 3ay).

EnableSettingAlphaValue

public bool EnableSettingAlphaValue

Gets or sets a value indicating whether the setting alpha value is enabled.

HeadingBackColor

public Color HeadingBackColor

Gets or sets the heading back color.

HeadingForeColor

public Color HeadingForeColor

Gets or sets the heading fore color.

SelectedColor

public Color SelectedColor

Gets or sets the selected color.

SelectedColorRectangleBorder

public Color SelectedColorRectangleBorder

Gets or sets the selected color rectangle border.

ShowBorderAlways

public bool ShowBorderAlways

Gets or sets a value indicating whether the border is always shown.

ShowColorNameIfKnownColor

public bool ShowColorNameIfKnownColor

Gets or sets a value indicating whether the color name if known color is shown.

In a cell that is not being edited, a colour whose value is that of a named web colour shows the name - Color.FromArgb(112, 128, 144) shows "SlateGray" - whether or not it was created from the name, since a colour read back from a database or a designer file never is. Any other colour shows its red, green and blue. Until 2026-09 a cell never read this property at all (HANDOVER 3av).

ShowDropDownButtonWhenCellNotInEditingMode

public bool ShowDropDownButtonWhenCellNotInEditingMode

Gets or sets whether to show the drop down button when the cell is not in editing mode.

ShowHSBInToolTip

public bool ShowHSBInToolTip

Gets or sets a value indicating whether the HSB is shown in the tool tip.

ShowToolTip

public bool ShowToolTip

Gets or sets a value indicating whether the tool tip is shown.

Methods

Clone

public override object Clone()

Creates a copy of this BinaryTreeListViewOffice2007ColorPickerColumn, carrying across every setting this type adds to the base implementation.