HypernovaDesktop Components · docs
Binarymission
WinFormsTree List View › BinaryTreeListViewExtendedTextBoxColumn

BinaryTreeListViewExtendedTextBoxColumn

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

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

public class BinaryTreeListViewExtendedTextBoxColumn : DataGridViewColumn //DataGridViewComboBoxColumn

Inherits from / implements: DataGridViewColumn //DataGridViewComboBoxColumn

Members at a glance

BinaryTreeListViewExtendedTextBoxColumnInitializes a new instance of the BinaryTreeListViewExtendedTextBoxColumn 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 BinaryTreeListViewExtendedTextBoxColumn, carrying across every setting this type adds to the base implementation.

Constructors

BinaryTreeListViewExtendedTextBoxColumn

public BinaryTreeListViewExtendedTextBoxColumn() : base()

Initializes a new instance of the BinaryTreeListViewExtendedTextBoxColumn 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 BinaryTreeListViewExtendedTextBoxColumn, carrying across every setting this type adds to the base implementation.