BinaryTreeListViewOffice2007ColorPickerColumn
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
BinaryTreeListViewOffice2007ColorPickerColumn | Initializes a new instance of the BinaryTreeListViewOffice2007ColorPickerColumn class. |
AlphaBlendFactorForControlPainting | Gets or sets the alpha blend factor for control painting. |
AlphaBlendFactorForDropDownPressedColor | Gets or sets the alpha blend factor for drop down pressed color. |
AlphaBlendFactorForItemSelectionColor | Gets or sets the alpha blend factor for item selection color. |
AlphaValue | Gets or sets the alpha value. |
BlendTargetColor | Gets or sets the blend target color. |
BorderColor | Gets or sets the border color. |
ColorPickerCellDrawingStyle | Gets or sets as to how to darw the color picker cell when it is not in edit mode. |
CustomColorForRectangleBorder | Gets or sets the custom color for rectangle border. |
CustomControlBorderColor | Gets or sets the custom control border color. |
CustomPaintingColor | Gets or sets the custom painting color. |
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. |
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. |
EnableSettingAlphaValue | Gets or sets a value indicating whether the setting alpha value is enabled. |
HeadingBackColor | Gets or sets the heading back color. |
HeadingForeColor | Gets or sets the heading fore color. |
SelectedColor | Gets or sets the selected color. |
SelectedColorRectangleBorder | Gets or sets the selected color rectangle border. |
ShowBorderAlways | Gets or sets a value indicating whether the border is always shown. |
ShowColorNameIfKnownColor | Gets or sets a value indicating whether the color name if known color is shown. |
ShowDropDownButtonWhenCellNotInEditingMode | Gets or sets whether to show the drop down button when the cell is not in editing mode. |
ShowHSBInToolTip | Gets or sets a value indicating whether the HSB is shown in the tool tip. |
ShowToolTip | Gets or sets a value indicating whether the tool tip is shown. |
Clone | Creates a copy of this BinaryTreeListViewOffice2007ColorPickerColumn, carrying across every setting this type adds to the base implementation. |
Constructors
BinaryTreeListViewOffice2007ColorPickerColumn
Initializes a new instance of the BinaryTreeListViewOffice2007ColorPickerColumn class.
Properties
AlphaBlendFactorForControlPainting
Gets or sets the alpha blend factor for control painting.
AlphaBlendFactorForDropDownPressedColor
Gets or sets the alpha blend factor for drop down pressed color.
AlphaBlendFactorForItemSelectionColor
Gets or sets the alpha blend factor for item selection color.
AlphaValue
Gets or sets the alpha value.
BlendTargetColor
Gets or sets the blend target color.
BorderColor
Gets or sets the border color.
ColorPickerCellDrawingStyle
Gets or sets as to how to darw the color picker cell when it is not in edit mode.
CustomColorForRectangleBorder
Gets or sets the custom color for rectangle border.
CustomControlBorderColor
Gets or sets the custom control border color.
CustomPaintingColor
Gets or sets the custom painting color.
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.
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
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
Gets or sets a value indicating whether the setting alpha value is enabled.
HeadingBackColor
Gets or sets the heading back color.
HeadingForeColor
Gets or sets the heading fore color.
SelectedColor
Gets or sets the selected color.
SelectedColorRectangleBorder
Gets or sets the selected color rectangle border.
ShowBorderAlways
Gets or sets a value indicating whether the border is always shown.
ShowColorNameIfKnownColor
Gets or sets a value indicating whether the color name if known color is shown.
ShowDropDownButtonWhenCellNotInEditingMode
Gets or sets whether to show the drop down button when the cell is not in editing mode.
ShowHSBInToolTip
Gets or sets a value indicating whether the HSB is shown in the tool tip.
ShowToolTip
Gets or sets a value indicating whether the tool tip is shown.
Methods
Clone
Creates a copy of this BinaryTreeListViewOffice2007ColorPickerColumn, carrying across every setting this type adds to the base implementation.