HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewNumericExtendedTextBoxColumn

BinaryTreeListViewNumericExtendedTextBoxColumn

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

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

BinaryTreeListViewNumericExtendedTextBoxColumnInitializes a new instance of the BinaryTreeListViewNumericExtendedTextBoxColumn class.
BorderColorGets or sets the border color.
BorderColorWhenControlIsNotInFocusGets or sets the border color when control is not in focus.
DotBorderDepthGets or sets the dot border depth.
DotBorderGapGets or sets the dot border gap.
ExtendedStateWhether the editing control is put into its extended state, in which it draws the dotted border this text box adds.
ShowBorderAlwaysGets or sets a value indicating whether the border is always shown.
UseEnhancedPasswordCharGets or sets a value indicating whether the enhanced password char is used.
CloneCreates a copy of this BinaryTreeListViewNumericExtendedTextBoxColumn, carrying across every setting this type adds to the base implementation.

Constructors

BinaryTreeListViewNumericExtendedTextBoxColumn

public BinaryTreeListViewNumericExtendedTextBoxColumn() : base()

Initializes a new instance of the BinaryTreeListViewNumericExtendedTextBoxColumn class.

Properties

BorderColor

public Color BorderColor

Gets or sets the border color.

BorderColorWhenControlIsNotInFocus

public Color BorderColorWhenControlIsNotInFocus

Gets or sets the border color when control is not in focus.

DotBorderDepth

public int DotBorderDepth

Gets or sets the dot border depth.

DotBorderGap

public int DotBorderGap

Gets or sets the dot border gap.

ExtendedState

public bool ExtendedState

Whether the editing control is put into its extended state, in which it draws the dotted border this text box adds.

ShowBorderAlways

public bool ShowBorderAlways

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

UseEnhancedPasswordChar

public bool UseEnhancedPasswordChar

Gets or sets a value indicating whether the enhanced password char is used.

Methods

Clone

public override object Clone()

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