BinaryTreeListViewNumericExtendedTextBoxColumn
A specialized column type that uses Binarymission BinaryExtendedTextbox control as its cell editor.
public class BinaryTreeListViewNumericExtendedTextBoxColumn : DataGridViewColumn //DataGridViewComboBoxColumn
Inherits from / implements: DataGridViewColumn //DataGridViewComboBoxColumn
Members at a glance
BinaryTreeListViewNumericExtendedTextBoxColumn | Initializes a new instance of the BinaryTreeListViewNumericExtendedTextBoxColumn class. |
BorderColor | Gets or sets the border color. |
BorderColorWhenControlIsNotInFocus | Gets or sets the border color when control is not in focus. |
DotBorderDepth | Gets or sets the dot border depth. |
DotBorderGap | Gets or sets the dot border gap. |
ExtendedState | Whether the editing control is put into its extended state, in which it draws the dotted border this text box adds. |
ShowBorderAlways | Gets or sets a value indicating whether the border is always shown. |
UseEnhancedPasswordChar | Gets or sets a value indicating whether the enhanced password char is used. |
Clone | Creates a copy of this BinaryTreeListViewNumericExtendedTextBoxColumn, carrying across every setting this type adds to the base implementation. |
Constructors
BinaryTreeListViewNumericExtendedTextBoxColumn
Initializes a new instance of the BinaryTreeListViewNumericExtendedTextBoxColumn class.
Properties
BorderColor
Gets or sets the border color.
BorderColorWhenControlIsNotInFocus
Gets or sets the border color when control is not in focus.
DotBorderDepth
Gets or sets the dot border depth.
DotBorderGap
Gets or sets the dot border gap.
ExtendedState
Whether the editing control is put into its extended state, in which it draws the dotted border this text box adds.
ShowBorderAlways
Gets or sets a value indicating whether the border is always shown.
UseEnhancedPasswordChar
Gets or sets a value indicating whether the enhanced password char is used.
Methods
Clone
Creates a copy of this BinaryTreeListViewNumericExtendedTextBoxColumn, carrying across every setting this type adds to the base implementation.