Keyoti RapidSpell Desktop .NET API Docs
AYTDataGridViewTextBoxCell Class
APIKeyoti.RapidSpell.GridAYTDataGridViewTextBoxCell
Keyoti RapidSpell Desktop .NET
An as-you-type text box cell for the DataGridView control
Declaration Syntax
C#C#Visual BasicVisual BasicVisual C++Visual C++F#F#
public class AYTDataGridViewTextBoxCell : DataGridViewTextBoxCell
public class AYTDataGridViewTextBoxCell : DataGridViewTextBoxCell
Public Class AYTDataGridViewTextBoxCell
	Inherits DataGridViewTextBoxCell
Public Class AYTDataGridViewTextBoxCell
	Inherits DataGridViewTextBoxCell
public ref class AYTDataGridViewTextBoxCell : public DataGridViewTextBoxCell
public ref class AYTDataGridViewTextBoxCell : public DataGridViewTextBoxCell
type AYTDataGridViewTextBoxCell =  
    class
        inherit DataGridViewTextBoxCell
    end
type AYTDataGridViewTextBoxCell =  
    class
        inherit DataGridViewTextBoxCell
    end
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
AYTDataGridViewTextBoxCell()()()()
Created a new instance

AccessibilityObject (Inherited from DataGridViewCell.)
AdjustCellBorderStyle(DataGridViewAdvancedBorderStyle, DataGridViewAdvancedBorderStyle, Boolean, Boolean, Boolean, Boolean)
Modifies the input cell border style according to the specified criteria.
(Inherited from DataGridViewCell.)
BorderWidths(DataGridViewAdvancedBorderStyle)
Returns a Rectangle that represents the widths of all the cell margins.
(Inherited from DataGridViewCell.)
ClickUnsharesRow(DataGridViewCellEventArgs)
Indicates whether the cell's row will be unshared when the cell is clicked.
(Inherited from DataGridViewCell.)
Clone()()()()
Creates an exact copy of this cell.
(Inherited from DataGridViewTextBoxCell.)
ColumnIndex
Gets the column index for this cell.
(Inherited from DataGridViewCell.)
ContentBounds
Gets the bounding rectangle that encloses the cell's content area.
(Inherited from DataGridViewCell.)
ContentClickUnsharesRow(DataGridViewCellEventArgs)
Indicates whether the cell's row will be unshared when the cell's content is clicked.
(Inherited from DataGridViewCell.)
ContentDoubleClickUnsharesRow(DataGridViewCellEventArgs)
Indicates whether the cell's row will be unshared when the cell's content is double-clicked.
(Inherited from DataGridViewCell.)
ContextMenuStrip
Gets or sets the shortcut menu associated with the cell.
(Inherited from DataGridViewCell.)
CreateAccessibilityInstance()()()() (Inherited from DataGridViewTextBoxCell.)
DataGridView
Gets the DataGridView control associated with this element.
(Inherited from DataGridViewElement.)
DefaultNewRowValue
See DataGridViewTextBoxCell.DefaultNewRowValue
(Overrides DataGridViewCell.DefaultNewRowValue.)
DetachEditingControl()()()() (Inherited from DataGridViewTextBoxCell.)
Displayed
Gets a value that indicates whether the cell is currently displayed on-screen.
(Inherited from DataGridViewCell.)
Dispose()()()()
Releases 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.)
DoubleClickUnsharesRow(DataGridViewCellEventArgs)
Indicates whether the cell's row will be unshared when the cell is double-clicked.
(Inherited from DataGridViewCell.)
EditedFormattedValue
Gets 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.)
EditType
See DataGridViewTextBoxCell.EditType
(Overrides DataGridViewCell.EditType.)
EnterUnsharesRow(Int32, Boolean)
Indicates whether the parent row will be unshared when the focus moves to the cell.
(Inherited from DataGridViewCell.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
ErrorIconBounds
Gets the bounds of the error icon for the cell.
(Inherited from DataGridViewCell.)
ErrorText
Gets or sets the text describing an error condition associated with the cell.
(Inherited from DataGridViewCell.)
Finalize()()()()
Releases the unmanaged resources and performs other cleanup operations before the DataGridViewCell is reclaimed by garbage collection.
(Inherited from DataGridViewCell.)
FormattedValue
Gets the value of the cell as formatted for display.
(Inherited from DataGridViewCell.)
FormattedValueType
Gets the type of the formatted value associated with the cell.
(Inherited from DataGridViewTextBoxCell.)
Frozen
Gets a value indicating whether the cell is frozen.
(Inherited from DataGridViewCell.)
GetClipboardContent(Int32, Boolean, Boolean, Boolean, Boolean, String)
Retrieves the formatted value of the cell to copy to the Clipboard.
(Inherited from DataGridViewCell.)
GetContentBounds(Graphics, DataGridViewCellStyle, Int32) (Inherited from DataGridViewTextBoxCell.)
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.)
GetEditedFormattedValue(Int32, DataGridViewDataErrorContexts)
Returns 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.)
GetErrorIconBounds(Graphics, DataGridViewCellStyle, Int32) (Inherited from DataGridViewTextBoxCell.)
GetErrorText(Int32)
Returns a string that represents the error for the cell.
(Inherited from DataGridViewCell.)
GetFormattedValue(Object, Int32, DataGridViewCellStyle%, TypeConverter, TypeConverter, DataGridViewDataErrorContexts)
Gets the value of the cell as formatted for display.
(Inherited from DataGridViewCell.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetInheritedContextMenuStrip(Int32)
Gets the inherited shortcut menu for the current cell.
(Inherited from DataGridViewCell.)
GetInheritedState(Int32)
Returns a value indicating the current state of the cell as inherited from the state of its row and column.
(Inherited from DataGridViewCell.)
GetInheritedStyle(DataGridViewCellStyle, Int32, Boolean)
Gets the style applied to the cell.
(Inherited from DataGridViewCell.)
GetPreferredSize(Graphics, DataGridViewCellStyle, Int32, Size) (Inherited from DataGridViewTextBoxCell.)
GetSize(Int32)
Gets the size of the cell.
(Inherited from DataGridViewCell.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
GetValue(Int32)
Gets the value of the cell.
(Inherited from DataGridViewCell.)
HasStyle
Gets a value indicating whether the Style property has been set.
(Inherited from DataGridViewCell.)
InheritedState
Gets the current state of the cell as inherited from the state of its row and column.
(Inherited from DataGridViewCell.)
InheritedStyle
Gets the style currently applied to the cell.
(Inherited from DataGridViewCell.)
InitializeEditingControl(Int32, Object, DataGridViewCellStyle)
See DataGridViewTextBoxCell.InitializeEditingControl
(Overrides DataGridViewTextBoxCell.InitializeEditingControl(Int32, Object, DataGridViewCellStyle).)
IsInEditMode
Gets a value indicating whether this cell is currently being edited.
(Inherited from DataGridViewCell.)
KeyDownUnsharesRow(KeyEventArgs, Int32)
Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell.
(Inherited from DataGridViewCell.)
KeyEntersEditMode(KeyEventArgs)
Determines if edit mode should be started based on the given key.
(Inherited from DataGridViewTextBoxCell.)
KeyPressUnsharesRow(KeyPressEventArgs, Int32)
Indicates whether a row will be unshared if a key is pressed while a cell in the row has focus.
(Inherited from DataGridViewCell.)
KeyUpUnsharesRow(KeyEventArgs, Int32)
Indicates whether the parent row is unshared when the user releases a key while the focus is on the cell.
(Inherited from DataGridViewCell.)
LeaveUnsharesRow(Int32, Boolean)
Indicates whether a row will be unshared when the focus leaves a cell in the row.
(Inherited from DataGridViewCell.)
MaxInputLength
Gets or sets the maximum number of characters that can be entered into the text box.
(Inherited from DataGridViewTextBoxCell.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MouseClickUnsharesRow(DataGridViewCellMouseEventArgs)
Indicates 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.)
MouseDoubleClickUnsharesRow(DataGridViewCellMouseEventArgs)
Indicates whether a row will be unshared if the user double-clicks a cell in the row.
(Inherited from DataGridViewCell.)
MouseDownUnsharesRow(DataGridViewCellMouseEventArgs)
Indicates 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.)
MouseEnterUnsharesRow(Int32)
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row.
(Inherited from DataGridViewCell.)
MouseLeaveUnsharesRow(Int32)
Indicates whether a row will be unshared when the mouse pointer leaves the row.
(Inherited from DataGridViewCell.)
MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs)
Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row.
(Inherited from DataGridViewCell.)
MouseUpUnsharesRow(DataGridViewCellMouseEventArgs)
Indicates 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.)
OnClick(DataGridViewCellEventArgs)
Called when the cell is clicked.
(Inherited from DataGridViewCell.)
OnContentClick(DataGridViewCellEventArgs)
Called when the cell's contents are clicked.
(Inherited from DataGridViewCell.)
OnContentDoubleClick(DataGridViewCellEventArgs)
Called when the cell's contents are double-clicked.
(Inherited from DataGridViewCell.)
OnDataGridViewChanged()()()()
Called when the DataGridView property of the cell changes.
(Inherited from DataGridViewCell.)
OnDoubleClick(DataGridViewCellEventArgs)
Called when the cell is double-clicked.
(Inherited from DataGridViewCell.)
OnEnter(Int32, Boolean)
Called by DataGridView when the selection cursor moves onto a cell.
(Inherited from DataGridViewTextBoxCell.)
OnKeyDown(KeyEventArgs, Int32)
Called when a character key is pressed while the focus is on a cell.
(Inherited from DataGridViewCell.)
OnKeyPress(KeyPressEventArgs, Int32)
Called when a key is pressed while the focus is on a cell.
(Inherited from DataGridViewCell.)
OnKeyUp(KeyEventArgs, Int32)
Called when a character key is released while the focus is on a cell.
(Inherited from DataGridViewCell.)
OnLeave(Int32, Boolean)
Called by the DataGridView when the mouse leaves a cell.
(Inherited from DataGridViewTextBoxCell.)
OnMouseClick(DataGridViewCellMouseEventArgs)
Called by DataGridView when the mouse leaves a cell.
(Inherited from DataGridViewTextBoxCell.)
OnMouseDoubleClick(DataGridViewCellMouseEventArgs)
Called when the user double-clicks a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell.)
OnMouseDown(DataGridViewCellMouseEventArgs)
Called when the user holds down a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell.)
OnMouseEnter(Int32)
Called when the mouse pointer moves over a cell.
(Inherited from DataGridViewCell.)
OnMouseLeave(Int32)
Called when the mouse pointer leaves the cell.
(Inherited from DataGridViewCell.)
OnMouseMove(DataGridViewCellMouseEventArgs)
Called when the mouse pointer moves within a cell.
(Inherited from DataGridViewCell.)
OnMouseUp(DataGridViewCellMouseEventArgs)
Called when the user releases a mouse button while the pointer is on a cell.
(Inherited from DataGridViewCell.)
OwningColumn
Gets the column that contains this cell.
(Inherited from DataGridViewCell.)
OwningRow
Gets the row that contains this cell.
(Inherited from DataGridViewCell.)
Paint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle, DataGridViewPaintParts) (Inherited from DataGridViewTextBoxCell.)
PaintBorder(Graphics, Rectangle, Rectangle, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle)
Paints the border of the current DataGridViewCell.
(Inherited from DataGridViewCell.)
PaintErrorIcon(Graphics, Rectangle, Rectangle, String)
Paints the error icon of the current DataGridViewCell.
(Inherited from DataGridViewCell.)
ParseFormattedValue(Object, DataGridViewCellStyle, TypeConverter, TypeConverter)
Converts a value formatted for display to an actual cell value.
(Inherited from DataGridViewCell.)
PositionEditingControl(Boolean, Boolean, Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean) (Inherited from DataGridViewTextBoxCell.)
PositionEditingPanel(Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean)
Sets 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.)
PreferredSize
Gets the size, in pixels, of a rectangular area into which the cell can fit.
(Inherited from DataGridViewCell.)
RaiseCellClick(DataGridViewCellEventArgs)
Raises the CellClick event.
(Inherited from DataGridViewElement.)
RaiseCellContentClick(DataGridViewCellEventArgs)
Raises the CellContentClick event.
(Inherited from DataGridViewElement.)
RaiseCellContentDoubleClick(DataGridViewCellEventArgs)
Raises the CellContentDoubleClick event.
(Inherited from DataGridViewElement.)
RaiseCellValueChanged(DataGridViewCellEventArgs)
Raises the CellValueChanged event.
(Inherited from DataGridViewElement.)
RaiseDataError(DataGridViewDataErrorEventArgs)
Raises the DataError event.
(Inherited from DataGridViewElement.)
RaiseMouseWheel(MouseEventArgs)
Raises the MouseWheel event.
(Inherited from DataGridViewElement.)
ReadOnly
Gets or sets a value indicating whether the cell's data can be edited.
(Inherited from DataGridViewCell.)
Resizable
Gets a value indicating whether the cell can be resized.
(Inherited from DataGridViewCell.)
RowIndex
Gets the index of the cell's parent row.
(Inherited from DataGridViewCell.)
Selected
Gets or sets a value indicating whether the cell has been selected.
(Inherited from DataGridViewCell.)
SetValue(Int32, Object)
Sets the value of the cell.
(Inherited from DataGridViewCell.)
Size
Gets the size of the cell.
(Inherited from DataGridViewCell.)
State
Gets the user interface (UI) state of the element.
(Inherited from DataGridViewElement.)
Style
Gets or sets the style for the cell.
(Inherited from DataGridViewCell.)
Tag
Gets or sets the object that contains supplemental data about the cell.
(Inherited from DataGridViewCell.)
ToolTipText
Gets or sets the ToolTip text associated with this cell.
(Inherited from DataGridViewCell.)
ToString()()()() (Inherited from DataGridViewTextBoxCell.)
Value
Gets or sets the value associated with this cell.
(Inherited from DataGridViewCell.)
ValueType
See DataGridViewTextBoxCell.ValueType
(Overrides DataGridViewTextBoxCell.ValueType.)
Visible
Gets a value indicating whether the cell is in a row or column that has been hidden.
(Inherited from DataGridViewCell.)
Inheritance Hierarchy

Assembly: Keyoti.RapidSpell.NET4 (Module: Keyoti.RapidSpell.NET4.dll) Version: 6.2.21.412