Version

UltraDataGridViewCell Class Members

The following tables list the members exposed by UltraDataGridViewCell.

Public Constructors
 NameDescription
Public ConstructorUltraDataGridViewCell Constructor  
Public Properties
 NameDescription
Public PropertyAccessibilityObjectGets the System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject assigned to the System.Windows.Forms.DataGridViewCell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyColumnReturns the column to which the cell belongs  
Public PropertyColumnIndexGets the column index for this cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyContentBoundsGets the bounding rectangle that encloses the cell's content area. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyContextMenuStripGets or sets the shortcut menu associated with the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyDataGridViewGets the System.Windows.Forms.DataGridView control associated with this element. (Inherited from System.Windows.Forms.DataGridViewElement)
Public PropertyDefaultNewRowValueOverridden. Gets the default value for a cell in a newly created row.  
Public PropertyDisplayedGets a value that indicates whether the cell is currently displayed on-screen. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyEditedFormattedValueGets 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 System.Windows.Forms.DataGridViewCell)
Public PropertyEditTypeOverridden. Gets the type of the cell's hosted editing control.  
Public PropertyErrorIconBoundsGets the bounds of the error icon for the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyErrorTextGets or sets the text describing an error condition associated with the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyFormattedValueGets the value of the cell as formatted for display. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyFormattedValueTypeOverridden. Gets the class type of the formatted value associated with the cell.  
Public PropertyFrozenGets a value indicating whether the cell is frozen. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyHasStyleGets a value indicating whether the System.Windows.Forms.DataGridViewCell.Style property has been set. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyInheritedStateGets the current state of the cell as inherited from the state of its row and column. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyInheritedStyleGets the style currently applied to the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyIsInEditModeGets a value indicating whether this cell is currently being edited. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyOwningColumnGets the column that contains this cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyOwningRowGets the row that contains this cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyPreferredSizeGets the size, in pixels, of a rectangular area into which the cell can fit. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyReadOnlyGets or sets a value indicating whether the cell's data can be edited. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyResizableGets a value indicating whether the cell can be resized. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyRowIndexGets the index of the cell's parent row. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertySelectedGets or sets a value indicating whether the cell has been selected. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertySizeGets the size of the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyStateGets the user interface (UI) state of the element. (Inherited from System.Windows.Forms.DataGridViewElement)
Public PropertyStyleGets or sets the style for the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyTagGets or sets the object that contains supplemental data about the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyToolTipTextGets or sets the ToolTip text associated with this cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyValueGets or sets the value associated with this cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public PropertyValueTypeOverridden. Gets the class type of the formatted value associated with the cell.  
Public PropertyVisibleGets a value indicating whether the cell is in a row or column that has been hidden. (Inherited from System.Windows.Forms.DataGridViewCell)
Public Methods
 NameDescription
Public MethodAdjustCellBorderStyleModifies the input cell border style according to the specified criteria. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodCloneCreates an exact copy of this cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodDetachEditingControlRemoves the cell's editing control from the System.Windows.Forms.DataGridView. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodDisposeOverloaded. Releases all resources used by the System.Windows.Forms.DataGridViewCell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodGetContentBoundsOverloaded. Overridden. Returns the bounding rectangle that encloses the cell's content area.  
Public MethodGetEditedFormattedValue (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodGetInheritedContextMenuStripGets the inherited shortcut menu for the current cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodGetInheritedStateReturns a value indicating the current state of the cell as inherited from the state of its row and column. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodGetInheritedStyleGets the style applied to the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodInitializeEditingControlInitializes the control used to edit the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodKeyEntersEditModeOverridden. Determines if edit mode should be started based on the given key.  
Public MethodParseFormattedValueOverridden. Converts a value into its formatted string equivalent.  
Public MethodPositionEditingControlSets the location and size of the editing control hosted by a cell in the System.Windows.Forms.DataGridView control. (Inherited from System.Windows.Forms.DataGridViewCell)
Public MethodPositionEditingPanelSets 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 System.Windows.Forms.DataGridViewCell)
Public MethodToStringReturns a string that describes the current object.  
Protected Methods
 NameDescription
Protected MethodBorderWidthsReturns a System.Drawing.Rectangle that represents the widths of all the cell margins. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodClickUnsharesRowIndicates whether the cell's row will be unshared when the cell is clicked. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodContentClickUnsharesRowIndicates whether the cell's row will be unshared when the cell's content is clicked. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodContentDoubleClickUnsharesRowIndicates whether the cell's row will be unshared when the cell's content is double-clicked. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodCreateAccessibilityInstanceOverridden. Creates a new accessible object for the DataGridViewCell.  
Protected MethodDoubleClickUnsharesRowIndicates whether the cell's row will be unshared when the cell is double-clicked. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodEnterUnsharesRowIndicates whether the parent row will be unshared when the focus moves to the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodFinalizeReleases the unmanaged resources and performs other cleanup operations before the System.Windows.Forms.DataGridViewCell is reclaimed by garbage collection. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodGetClipboardContentRetrieves the formatted value of the cell to copy to the System.Windows.Forms.Clipboard. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodGetErrorIconBoundsOverridden. Returns the bounding rectangle that encloses the cell's error icon, if one is displayed.  
Protected MethodGetFormattedValue (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodGetPreferredSizeOverridden. Calculates the preferred size, in pixels, of the cell.  
Protected MethodGetSizeGets the size of the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodGetValueGets the value of the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodKeyDownUnsharesRowIndicates whether the parent row is unshared if the user presses a key while the focus is on the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodKeyPressUnsharesRowIndicates whether a row will be unshared if a key is pressed while a cell in the row has focus. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodKeyUpUnsharesRowIndicates whether the parent row is unshared when the user releases a key while the focus is on the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodLeaveUnsharesRowIndicates whether a row will be unshared when the focus leaves a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodMouseClickUnsharesRowIndicates 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 System.Windows.Forms.DataGridViewCell)
Protected MethodMouseDoubleClickUnsharesRowIndicates whether a row will be unshared if the user double-clicks a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodMouseDownUnsharesRowIndicates 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 System.Windows.Forms.DataGridViewCell)
Protected MethodMouseEnterUnsharesRowIndicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodMouseLeaveUnsharesRowIndicates whether a row will be unshared when the mouse pointer leaves the row. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodMouseMoveUnsharesRowIndicates whether a row will be unshared when the mouse pointer moves over a cell in the row. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodMouseUpUnsharesRowIndicates 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 System.Windows.Forms.DataGridViewCell)
Protected MethodOnClickCalled when the cell is clicked. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnContentClickCalled when the cell's contents are clicked. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnContentDoubleClickCalled when the cell's contents are double-clicked. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnDataGridViewChangedCalled when the System.Windows.Forms.DataGridViewElement.DataGridView property of the cell changes. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnDoubleClickCalled when the cell is double-clicked. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnEnterCalled when the focus moves to a cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnKeyDownOverridden. Called when a character key is pressed while the focus is on a cell.  
Protected MethodOnKeyPressOverridden. Called when a key is pressed while the focus is on a cell.  
Protected MethodOnKeyUpCalled when a character key is released while the focus is on a cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnLeaveCalled when the focus moves from a cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnMouseClickCalled when the user clicks a mouse button while the pointer is on a cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnMouseDoubleClickCalled when the user double-clicks a mouse button while the pointer is on a cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnMouseDownOverridden. Called when the mouse button is held down while the pointer is on a cell.  
Protected MethodOnMouseEnterCalled when the mouse pointer moves over a cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnMouseLeaveCalled when the mouse pointer leaves the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnMouseMoveCalled when the mouse pointer moves within a cell. (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodOnMouseUpOverridden. Called when the mouse button is released while the pointer is on a cell.  
Protected MethodPaintOverridden. Paints the current DataGridViewCell.  
Protected MethodPaintBorder (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodPaintErrorIcon (Inherited from System.Windows.Forms.DataGridViewCell)
Protected MethodRaiseCellClickRaises the System.Windows.Forms.DataGridView.CellClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellContentClickRaises the System.Windows.Forms.DataGridView.CellContentClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellContentDoubleClickRaises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseCellValueChangedRaises the System.Windows.Forms.DataGridView.CellValueChanged event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseDataErrorRaises the System.Windows.Forms.DataGridView.DataError event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodRaiseMouseWheelRaises the System.Windows.Forms.Control.MouseWheel event. (Inherited from System.Windows.Forms.DataGridViewElement)
Protected MethodSetValueSets the value of the cell. (Inherited from System.Windows.Forms.DataGridViewCell)
See Also