AutoCompleteTextBoxCell Class

This file contains a data grid view cell object that hosts a textbox with the auto-complete properties exposed.

Definition

Namespace: EWSoftware.ListControls.DataGridViewControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2023.4.9.0
public class AutoCompleteTextBoxCell : DataGridViewTextBoxCell
Inheritance
Object    DataGridViewElement    DataGridViewCell    DataGridViewTextBoxCell    AutoCompleteTextBoxCell

Constructors

Properties

AccessibilityObjectGets the DataGridViewCellDataGridViewCellAccessibleObject assigned to the DataGridViewCell.
(Inherited from DataGridViewCell)
AutoCompleteCustomSource Gets or sets a custom auto-completion source.
AutoCompleteMode Gets or sets a value that determines the auto-complete mode
AutoCompleteSource Gets or sets a value that determines the auto-complete source
ColumnIndexGets the column index for this cell.
(Inherited from DataGridViewCell)
ContentBoundsGets the bounding rectangle that encloses the cell's content area.
(Inherited from DataGridViewCell)
ContextMenuStripGets or sets the shortcut menu associated with the cell.
(Inherited from DataGridViewCell)
DataGridViewGets the DataGridView control associated with this element.
(Inherited from DataGridViewElement)
DefaultNewRowValueGets the default value for a cell in the row for new records.
(Inherited from DataGridViewCell)
DisplayedGets a value that indicates whether the cell is currently displayed on-screen.
(Inherited from DataGridViewCell)
EditedFormattedValueGets the current, formatted value of the cell, regardless of whether the cell is in edit mode and the value has not been committed.
(Inherited from DataGridViewCell)
EditTypeGets the type of the cell's hosted editing control.
(Inherited from DataGridViewCell)
ErrorIconBoundsGets the bounds of the error icon for the cell.
(Inherited from DataGridViewCell)
ErrorTextGets or sets the text describing an error condition associated with the cell.
(Inherited from DataGridViewCell)
FormattedValueGets the value of the cell as formatted for display.
(Inherited from DataGridViewCell)
FormattedValueTypeGets the type of the formatted value associated with the cell.
(Inherited from DataGridViewTextBoxCell)
FrozenGets a value indicating whether the cell is frozen.
(Inherited from DataGridViewCell)
HasStyleGets a value indicating whether the Style property has been set.
(Inherited from DataGridViewCell)
InheritedStateGets the current state of the cell as inherited from the state of its row and column.
(Inherited from DataGridViewCell)
InheritedStyleGets the style currently applied to the cell.
(Inherited from DataGridViewCell)
IsInEditModeGets a value indicating whether this cell is currently being edited.
(Inherited from DataGridViewCell)
MaxInputLengthGets or sets the maximum number of characters that can be entered into the text box.
(Inherited from DataGridViewTextBoxCell)
OwningColumnGets the column that contains this cell.
(Inherited from DataGridViewCell)
OwningRowGets the row that contains this cell.
(Inherited from DataGridViewCell)
PreferredSizeGets the size, in pixels, of a rectangular area into which the cell can fit.
(Inherited from DataGridViewCell)
ReadOnlyGets or sets a value indicating whether the cell's data can be edited.
(Inherited from DataGridViewCell)
ResizableGets a value indicating whether the cell can be resized.
(Inherited from DataGridViewCell)
RowIndexGets the index of the cell's parent row.
(Inherited from DataGridViewCell)
SelectedGets or sets a value indicating whether the cell has been selected.
(Inherited from DataGridViewCell)
SizeGets the size of the cell.
(Inherited from DataGridViewCell)
StateGets the user interface (UI) state of the element.
(Inherited from DataGridViewElement)
StyleGets or sets the style for the cell.
(Inherited from DataGridViewCell)
TagGets or sets the object that contains supplemental data about the cell.
(Inherited from DataGridViewCell)
ToolTipTextGets or sets the ToolTip text associated with this cell.
(Inherited from DataGridViewCell)
ValueGets or sets the value associated with this cell.
(Inherited from DataGridViewCell)
ValueTypeGets or sets the data type of the values in the cell.
(Inherited from DataGridViewTextBoxCell)
VisibleGets a value indicating whether the cell is in a row or column that has been hidden.
(Inherited from DataGridViewCell)

Methods

AdjustCellBorderStyleModifies the input cell border style according to the specified criteria.
(Inherited from DataGridViewCell)
BorderWidthsReturns a Rectangle that represents the widths of all the cell margins.
(Inherited from DataGridViewCell)
ClickUnsharesRowIndicates whether the cell's row will be unshared when the cell is clicked.
(Inherited from DataGridViewCell)
Clone This is used to clone the cell.
(Overrides DataGridViewTextBoxCellClone)
ContentClickUnsharesRowIndicates whether the cell's row will be unshared when the cell's content is clicked.
(Inherited from DataGridViewCell)
ContentDoubleClickUnsharesRowIndicates whether the cell's row will be unshared when the cell's content is double-clicked.
(Inherited from DataGridViewCell)
CreateAccessibilityInstanceCreates a new AccessibleObject for this DataGridViewTextBoxCell instance.
(Inherited from DataGridViewTextBoxCell)
DetachEditingControl This removes the cell's editing control from the data grid view.
(Overrides DataGridViewTextBoxCellDetachEditingControl)
DisposeReleases all resources used by the DataGridViewCell.
(Inherited from DataGridViewCell)
Dispose(Boolean)Releases the unmanaged resources used by the DataGridViewCell and optionally releases the managed resources.
(Inherited from DataGridViewCell)
DoubleClickUnsharesRowIndicates whether the cell's row will be unshared when the cell is double-clicked.
(Inherited from DataGridViewCell)
EnterUnsharesRowIndicates whether the parent row will be unshared when the focus moves to the cell.
(Inherited from DataGridViewCell)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeReleases the unmanaged resources and performs other cleanup operations before the DataGridViewCell is reclaimed by garbage collection.
(Inherited from DataGridViewCell)
GetClipboardContentRetrieves the formatted value of the cell to copy to the Clipboard.
(Inherited from DataGridViewCell)
GetContentBounds(Int32)Returns the bounding rectangle that encloses the cell's content area using a default Graphics and cell style currently in effect for the cell.
(Inherited from DataGridViewCell)
GetContentBounds(Graphics, DataGridViewCellStyle, Int32)Returns the bounding rectangle that encloses the cell's content area, which is calculated using the specified Graphics and cell style.
(Inherited from DataGridViewTextBoxCell)
GetEditedFormattedValueReturns the current, formatted value of the cell, regardless of whether the cell is in edit mode and the value has not been committed.
(Inherited from DataGridViewCell)
GetErrorIconBoundsReturns the bounding rectangle that encloses the cell's error icon, if one is displayed.
(Inherited from DataGridViewTextBoxCell)
GetErrorTextReturns a string that represents the error for the cell.
(Inherited from DataGridViewCell)
GetFormattedValueGets the value of the cell as formatted for display.
(Inherited from DataGridViewCell)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetInheritedContextMenuStripGets the inherited shortcut menu for the current cell.
(Inherited from DataGridViewCell)
GetInheritedStateReturns a value indicating the current state of the cell as inherited from the state of its row and column.
(Inherited from DataGridViewCell)
GetInheritedStyleGets the style applied to the cell.
(Inherited from DataGridViewCell)
GetPreferredSizeCalculates the preferred size, in pixels, of the cell.
(Inherited from DataGridViewTextBoxCell)
GetSizeGets the size of the cell.
(Inherited from DataGridViewCell)
GetTypeGets the Type of the current instance.
(Inherited from Object)
GetValueGets the value of the cell.
(Inherited from DataGridViewCell)
InitializeEditingControl This initializes the control used to edit the cell
(Overrides DataGridViewTextBoxCellInitializeEditingControl(Int32, Object, DataGridViewCellStyle))
KeyDownUnsharesRowIndicates whether the parent row is unshared if the user presses a key while the focus is on the cell.
(Inherited from DataGridViewCell)
KeyEntersEditModeDetermines if edit mode should be started based on the given key.
(Inherited from DataGridViewTextBoxCell)
KeyPressUnsharesRowIndicates whether a row will be unshared if a key is pressed while a cell in the row has focus.
(Inherited from DataGridViewCell)
KeyUpUnsharesRowIndicates whether the parent row is unshared when the user releases a key while the focus is on the cell.
(Inherited from DataGridViewCell)
LeaveUnsharesRowIndicates whether a row will be unshared when the focus leaves a cell in the row.
(Inherited from DataGridViewCell)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MouseClickUnsharesRowIndicates whether a row will be unshared if the user clicks a mouse button while the pointer is on a cell in the row.
(Inherited from DataGridViewCell)
MouseDoubleClickUnsharesRowIndicates whether a row will be unshared if the user double-clicks a cell in the row.
(Inherited from DataGridViewCell)
MouseDownUnsharesRowIndicates whether a row will be unshared when the user holds down a mouse button while the pointer is on a cell in the row.
(Inherited from DataGridViewCell)
MouseEnterUnsharesRowIndicates whether a row will be unshared when the mouse pointer moves over a cell in the row.
(Inherited from DataGridViewCell)
MouseLeaveUnsharesRowIndicates whether a row will be unshared when the mouse pointer leaves the row.
(Inherited from DataGridViewCell)
MouseMoveUnsharesRowIndicates whether a row will be unshared when the mouse pointer moves over a cell in the row.
(Inherited from DataGridViewCell)
MouseUpUnsharesRowIndicates whether a row will be unshared when the user releases a mouse button while the pointer is on a cell in the row.
(Inherited from DataGridViewCell)
OnClickCalled when the cell is clicked.
(Inherited from DataGridViewCell)
OnContentClickCalled when the cell's contents are clicked.
(Inherited from DataGridViewCell)
OnContentDoubleClickCalled when the cell's contents are double-clicked.
(Inherited from DataGridViewCell)
OnDataGridViewChangedCalled when the DataGridView property of the cell changes.
(Inherited from DataGridViewCell)
OnDoubleClickCalled when the cell is double-clicked.
(Inherited from DataGridViewCell)
OnEnterCalled by DataGridView when the selection cursor moves onto a cell.
(Inherited from DataGridViewTextBoxCell)
OnKeyDownCalled when a character key is pressed while the focus is on a cell.
(Inherited from DataGridViewCell)
OnKeyPressCalled when a key is pressed while the focus is on a cell.
(Inherited from DataGridViewCell)
OnKeyUpCalled when a character key is released while the focus is on a cell.
(Inherited from DataGridViewCell)
OnLeaveCalled by the DataGridView when the mouse leaves a cell.
(Inherited from DataGridViewTextBoxCell)
OnMouseClickCalled by DataGridView when the mouse leaves a cell.
(Inherited from DataGridViewTextBoxCell)
OnMouseDoubleClickCalled when the user double-clicks a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell)
OnMouseDownCalled when the user holds down a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell)
OnMouseEnterCalled when the mouse pointer moves over a cell.
(Inherited from DataGridViewCell)
OnMouseLeaveCalled when the mouse pointer leaves the cell.
(Inherited from DataGridViewCell)
OnMouseMoveCalled when the mouse pointer moves within a cell.
(Inherited from DataGridViewCell)
OnMouseUpCalled when the user releases a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell)
OwnsEditingTextBox This is used to determine whether or not the given row owns the editing textbox control
PaintPaints the current DataGridViewCell.
(Inherited from DataGridViewTextBoxCell)
PaintBorderPaints the border of the current DataGridViewCell.
(Inherited from DataGridViewCell)
PaintErrorIconPaints the error icon of the current DataGridViewCell.
(Inherited from DataGridViewCell)
ParseFormattedValueConverts a value formatted for display to an actual cell value.
(Inherited from DataGridViewCell)
PositionEditingControlSets the location and size of the editing control hosted by a cell in the DataGridView control.
(Inherited from DataGridViewTextBoxCell)
PositionEditingPanelSets the location and size of the editing panel hosted by the cell, and returns the normal bounds of the editing control within the editing panel.
(Inherited from DataGridViewCell)
RaiseCellClickRaises the CellClick event.
(Inherited from DataGridViewElement)
RaiseCellContentClickRaises the CellContentClick event.
(Inherited from DataGridViewElement)
RaiseCellContentDoubleClickRaises the CellContentDoubleClick event.
(Inherited from DataGridViewElement)
RaiseCellValueChangedRaises the CellValueChanged event.
(Inherited from DataGridViewElement)
RaiseDataErrorRaises the DataError event.
(Inherited from DataGridViewElement)
RaiseMouseWheelRaises the MouseWheel event.
(Inherited from DataGridViewElement)
SetValueSets the value of the cell.
(Inherited from DataGridViewCell)
ToStringReturns a string that describes the current object.
(Inherited from DataGridViewTextBoxCell)

See Also