DataGridViewCell
DataGridViewCellAccessibleObject
DataGridViewCell()
~DataGridViewCell()
AccessibilityObject
ColumnIndex
ContentBounds
ContextMenuStrip
DefaultNewRowValue
Displayed
EditedFormattedValue
EditType
ErrorIconBounds
ErrorText
FormattedValue
FormattedValueType
Frozen
HasStyle
InheritedState
InheritedStyle
IsInEditMode
OwningColumn
OwningRow
PreferredSize
ReadOnly
Resizable
RowIndex
Selected
Size
Style
Tag
ToolTipText
Value
ValueType
Visible
AdjustCellBorderStyle(DataGridViewAdvancedBorderStyle, DataGridViewAdvancedBorderStyle, Boolean, Boolean, Boolean, Boolean)
BorderWidths(DataGridViewAdvancedBorderStyle)
ClickUnsharesRow(DataGridViewCellEventArgs)
Clone()
ContentClickUnsharesRow(DataGridViewCellEventArgs)
ContentDoubleClickUnsharesRow(DataGridViewCellEventArgs)
CreateAccessibilityInstance()
DetachEditingControl()
Dispose()
Dispose(Boolean)
DoubleClickUnsharesRow(DataGridViewCellEventArgs)
EnterUnsharesRow(Int32, Boolean)
GetClipboardContent(Int32, Boolean, Boolean, Boolean, Boolean, String)
GetContentBounds(Int32)
GetContentBounds(Graphics, DataGridViewCellStyle, Int32)
GetEditedFormattedValue(Int32, DataGridViewDataErrorContexts)
GetErrorIconBounds(Graphics, DataGridViewCellStyle, Int32)
GetErrorText(Int32)
GetFormattedValue(Object, Int32, DataGridViewCellStyle, TypeConverter, TypeConverter, DataGridViewDataErrorContexts)
GetInheritedContextMenuStrip(Int32)
GetInheritedState(Int32)
GetInheritedStyle(DataGridViewCellStyle, Int32, Boolean)
GetPreferredSize(Graphics, DataGridViewCellStyle, Int32, Size)
GetSize(Int32)
GetValue(Int32)
InitializeEditingControl(Int32, Object, DataGridViewCellStyle)
KeyDownUnsharesRow(KeyEventArgs, Int32)
KeyEntersEditMode(KeyEventArgs)
KeyPressUnsharesRow(KeyPressEventArgs, Int32)
KeyUpUnsharesRow(KeyEventArgs, Int32)
LeaveUnsharesRow(Int32, Boolean)
MeasureTextHeight(Graphics, String, Font, Int32, TextFormatFlags)
MeasureTextHeight(Graphics, String, Font, Int32, TextFormatFlags, Boolean)
MeasureTextPreferredSize(Graphics, String, Font, Single, TextFormatFlags)
MeasureTextSize(Graphics, String, Font, TextFormatFlags)
MeasureTextWidth(Graphics, String, Font, Int32, TextFormatFlags)
MouseClickUnsharesRow(DataGridViewCellMouseEventArgs)
MouseDoubleClickUnsharesRow(DataGridViewCellMouseEventArgs)
MouseDownUnsharesRow(DataGridViewCellMouseEventArgs)
MouseEnterUnsharesRow(Int32)
MouseLeaveUnsharesRow(Int32)
MouseMoveUnsharesRow(DataGridViewCellMouseEventArgs)
MouseUpUnsharesRow(DataGridViewCellMouseEventArgs)
OnClick(DataGridViewCellEventArgs)
OnContentClick(DataGridViewCellEventArgs)
OnContentDoubleClick(DataGridViewCellEventArgs)
OnDataGridViewChanged()
OnDoubleClick(DataGridViewCellEventArgs)
OnEnter(Int32, Boolean)
OnKeyDown(KeyEventArgs, Int32)
OnKeyPress(KeyPressEventArgs, Int32)
OnKeyUp(KeyEventArgs, Int32)
OnLeave(Int32, Boolean)
OnMouseClick(DataGridViewCellMouseEventArgs)
OnMouseDoubleClick(DataGridViewCellMouseEventArgs)
OnMouseDown(DataGridViewCellMouseEventArgs)
OnMouseEnter(Int32)
OnMouseLeave(Int32)
OnMouseMove(DataGridViewCellMouseEventArgs)
OnMouseUp(DataGridViewCellMouseEventArgs)
Paint(Graphics, Rectangle, Rectangle, Int32, DataGridViewElementStates, Object, Object, String, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle, DataGridViewPaintParts)
PaintBorder(Graphics, Rectangle, Rectangle, DataGridViewCellStyle, DataGridViewAdvancedBorderStyle)
PaintErrorIcon(Graphics, Rectangle, Rectangle, String)
ParseFormattedValue(Object, DataGridViewCellStyle, TypeConverter, TypeConverter)
PositionEditingControl(Boolean, Boolean, Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean)
PositionEditingPanel(Rectangle, Rectangle, DataGridViewCellStyle, Boolean, Boolean, Boolean, Boolean)
SetValue(Int32, Object)
ToString()
net35
namespace System.Windows.Forms
{
[TypeConverter(typeof(DataGridViewCellConverter))]
public abstract class DataGridViewCell : DataGridViewElement, ICloneable, IDisposable
{
[EditorBrowsable(EditorBrowsableState.Advanced)]
public static Size MeasureTextPreferredSize(Graphics graphics, string text, Font font, float maxRatio, TextFormatFlags flags);
}
}
NetFx Compat Lab | 0.3 % Reference this API |
---|---|
nuget.org | 0.0 % Reference this API |
.NET | 5.06.07.08.09.0 |
.NET Core | 3.03.1 |
.NET Framework | 2.03.03.54.04.54.5.14.5.24.64.6.14.6.24.74.7.14.7.24.84.8.1 |
Information specific to net35 | |
Assembly | System.Windows.Forms , Version=2.0.0.0, PublicKeyToken=b77a5c561934e089 |
Referencing | Your project needs to set |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API