UltraDataGridViewCellデータ型で公開されるメンバを以下の表に示します。
名前 | 解説 | |
---|---|---|
AccessibilityObject | Gets the System.Windows.Forms.DataGridViewCell.DataGridViewCellAccessibleObject assigned to the System.Windows.Forms.DataGridViewCell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Column | セルが属する列を返します | |
ColumnIndex | Gets the column index for this cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ContentBounds | Gets the bounding rectangle that encloses the cell's content area. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ContextMenuStrip | Gets or sets the shortcut menu associated with the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
DataGridView | Gets the System.Windows.Forms.DataGridView control associated with this element. System.Windows.Forms.DataGridViewElementから継承されます。 | |
DefaultNewRowValue | オーバーライドされます。 新しく作成された行内のセルのデフォルト値を取得します。 | |
Displayed | Gets a value that indicates whether the cell is currently displayed on-screen. System.Windows.Forms.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. System.Windows.Forms.DataGridViewCellから継承されます。 | |
EditType | オーバーライドされます。 セルのホストされる編集コントロールのタイプを取得します。 | |
ErrorIconBounds | Gets the bounds of the error icon for the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ErrorText | Gets or sets the text describing an error condition associated with the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
FormattedValue | Gets the value of the cell as formatted for display. System.Windows.Forms.DataGridViewCellから継承されます。 | |
FormattedValueType | オーバーライドされます。 セルに関連付けられた書式設定された値のクラスタイプを取得します。 | |
Frozen | Gets a value indicating whether the cell is frozen. System.Windows.Forms.DataGridViewCellから継承されます。 | |
HasStyle | Gets a value indicating whether the System.Windows.Forms.DataGridViewCell.Style property has been set. System.Windows.Forms.DataGridViewCellから継承されます。 | |
InheritedState | Gets the current state of the cell as inherited from the state of its row and column. System.Windows.Forms.DataGridViewCellから継承されます。 | |
InheritedStyle | Gets the style currently applied to the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
IsInEditMode | Gets a value indicating whether this cell is currently being edited. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OwningColumn | Gets the column that contains this cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OwningRow | Gets the row that contains this cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
PreferredSize | Gets the size, in pixels, of a rectangular area into which the cell can fit. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ReadOnly | Gets or sets a value indicating whether the cell's data can be edited. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Resizable | Gets a value indicating whether the cell can be resized. System.Windows.Forms.DataGridViewCellから継承されます。 | |
RowIndex | Gets the index of the cell's parent row. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Selected | Gets or sets a value indicating whether the cell has been selected. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Size | Gets the size of the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
State | Gets the user interface (UI) state of the element. System.Windows.Forms.DataGridViewElementから継承されます。 | |
Style | Gets or sets the style for the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Tag | Gets or sets the object that contains supplemental data about the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ToolTipText | Gets or sets the ToolTip text associated with this cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Value | Gets or sets the value associated with this cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ValueType | オーバーライドされます。 セルに関連付けられた書式設定された値のクラスタイプを取得します。 | |
Visible | Gets a value indicating whether the cell is in a row or column that has been hidden. System.Windows.Forms.DataGridViewCellから継承されます。 |
名前 | 解説 | |
---|---|---|
AdjustCellBorderStyle | Modifies the input cell border style according to the specified criteria. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Clone | Creates an exact copy of this cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
DetachEditingControl | Removes the cell's editing control from the System.Windows.Forms.DataGridView. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Dispose | オーバーロードされます。 Releases all resources used by the System.Windows.Forms.DataGridViewCell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
GetContentBounds | オーバーロードされます。 オーバーライドされます。 セルのコンテンツ領域を囲む境界矩形を返します。 | |
GetEditedFormattedValue | System.Windows.Forms.DataGridViewCellから継承されます。 | |
GetInheritedContextMenuStrip | Gets the inherited shortcut menu for the current cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
GetInheritedState | Returns a value indicating the current state of the cell as inherited from the state of its row and column. System.Windows.Forms.DataGridViewCellから継承されます。 | |
GetInheritedStyle | Gets the style applied to the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
InitializeEditingControl | Initializes the control used to edit the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
KeyEntersEditMode | オーバーライドされます。 編集モードが指定されたキーに基づいて開始すべきかどうかを決定します。 | |
ParseFormattedValue | オーバーライドされます。 書式設定された文字列に相当するものに値を変換します。 | |
PositionEditingControl | Sets the location and size of the editing control hosted by a cell in the System.Windows.Forms.DataGridView control. System.Windows.Forms.DataGridViewCellから継承されます。 | |
PositionEditingPanel | 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. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ToString | 現在のオブジェクトを記述する文字列を返します。 |
名前 | 解説 | |
---|---|---|
BorderWidths | Returns a System.Drawing.Rectangle that represents the widths of all the cell margins. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell is clicked. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ContentClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell's content is clicked. System.Windows.Forms.DataGridViewCellから継承されます。 | |
ContentDoubleClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell's content is double-clicked. System.Windows.Forms.DataGridViewCellから継承されます。 | |
CreateAccessibilityInstance | オーバーライドされます。 DataGridViewCellの新しいアクセス可能なオブジェクトを作成します。 | |
DoubleClickUnsharesRow | Indicates whether the cell's row will be unshared when the cell is double-clicked. System.Windows.Forms.DataGridViewCellから継承されます。 | |
EnterUnsharesRow | Indicates whether the parent row will be unshared when the focus moves to the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
Finalize | Releases the unmanaged resources and performs other cleanup operations before the System.Windows.Forms.DataGridViewCell is reclaimed by garbage collection. System.Windows.Forms.DataGridViewCellから継承されます。 | |
GetClipboardContent | Retrieves the formatted value of the cell to copy to the System.Windows.Forms.Clipboard. System.Windows.Forms.DataGridViewCellから継承されます。 | |
GetErrorIconBounds | オーバーライドされます。 ひとつ表示される場合、セルのエラーアイコンを囲む境界矩形を返します。 | |
GetFormattedValue | System.Windows.Forms.DataGridViewCellから継承されます。 | |
GetPreferredSize | オーバーライドされます。 ピクセル単位でセルの最適サイズを計算します。 | |
GetSize | Gets the size of the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
GetValue | Gets the value of the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
KeyDownUnsharesRow | Indicates whether the parent row is unshared if the user presses a key while the focus is on the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
KeyPressUnsharesRow | Indicates whether a row will be unshared if a key is pressed while a cell in the row has focus. System.Windows.Forms.DataGridViewCellから継承されます。 | |
KeyUpUnsharesRow | Indicates whether the parent row is unshared when the user releases a key while the focus is on the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
LeaveUnsharesRow | Indicates whether a row will be unshared when the focus leaves a cell in the row. System.Windows.Forms.DataGridViewCellから継承されます。 | |
MouseClickUnsharesRow | Indicates whether a row will be unshared if the user clicks a mouse button while the pointer is on a cell in the row. System.Windows.Forms.DataGridViewCellから継承されます。 | |
MouseDoubleClickUnsharesRow | Indicates whether a row will be unshared if the user double-clicks a cell in the row. System.Windows.Forms.DataGridViewCellから継承されます。 | |
MouseDownUnsharesRow | 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. System.Windows.Forms.DataGridViewCellから継承されます。 | |
MouseEnterUnsharesRow | Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. System.Windows.Forms.DataGridViewCellから継承されます。 | |
MouseLeaveUnsharesRow | Indicates whether a row will be unshared when the mouse pointer leaves the row. System.Windows.Forms.DataGridViewCellから継承されます。 | |
MouseMoveUnsharesRow | Indicates whether a row will be unshared when the mouse pointer moves over a cell in the row. System.Windows.Forms.DataGridViewCellから継承されます。 | |
MouseUpUnsharesRow | Indicates whether a row will be unshared when the user releases a mouse button while the pointer is on a cell in the row. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnClick | Called when the cell is clicked. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnContentClick | Called when the cell's contents are clicked. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnContentDoubleClick | Called when the cell's contents are double-clicked. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnDataGridViewChanged | Called when the System.Windows.Forms.DataGridViewElement.DataGridView property of the cell changes. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnDoubleClick | Called when the cell is double-clicked. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnEnter | Called when the focus moves to a cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnKeyDown | オーバーライドされます。 フォーカスがセル上にある間に文字キーが押されたときに呼び出されます。 | |
OnKeyPress | オーバーライドされます。 フォーカスがセル上にある間にキーが押されたときに呼び出されます。 | |
OnKeyUp | Called when a character key is released while the focus is on a cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnLeave | Called when the focus moves from a cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnMouseClick | Called when the user clicks a mouse button while the pointer is on a cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnMouseDoubleClick | Called when the user double-clicks a mouse button while the pointer is on a cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnMouseDown | オーバーライドされます。 ポインターがセル上にあるときにマウスボタンを下げると、呼び出されます。 | |
OnMouseEnter | Called when the mouse pointer moves over a cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnMouseLeave | Called when the mouse pointer leaves the cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnMouseMove | Called when the mouse pointer moves within a cell. System.Windows.Forms.DataGridViewCellから継承されます。 | |
OnMouseUp | オーバーライドされます。 ポインターがセル上にあるときにマウスボタンを放すと、呼び出されます。 | |
Paint | オーバーライドされます。 現在のDataGridViewCellを描画します。 | |
PaintBorder | System.Windows.Forms.DataGridViewCellから継承されます。 | |
PaintErrorIcon | System.Windows.Forms.DataGridViewCellから継承されます。 | |
RaiseCellClick | Raises the System.Windows.Forms.DataGridView.CellClick event. System.Windows.Forms.DataGridViewElementから継承されます。 | |
RaiseCellContentClick | Raises the System.Windows.Forms.DataGridView.CellContentClick event. System.Windows.Forms.DataGridViewElementから継承されます。 | |
RaiseCellContentDoubleClick | Raises the System.Windows.Forms.DataGridView.CellContentDoubleClick event. System.Windows.Forms.DataGridViewElementから継承されます。 | |
RaiseCellValueChanged | Raises the System.Windows.Forms.DataGridView.CellValueChanged event. System.Windows.Forms.DataGridViewElementから継承されます。 | |
RaiseDataError | Raises the System.Windows.Forms.DataGridView.DataError event. System.Windows.Forms.DataGridViewElementから継承されます。 | |
RaiseMouseWheel | Raises the System.Windows.Forms.Control.MouseWheel event. System.Windows.Forms.DataGridViewElementから継承されます。 | |
SetValue | Sets the value of the cell. System.Windows.Forms.DataGridViewCellから継承されます。 |