DataGridView.ShowEditingIcon Property
Updated: December 2011
Gets or sets a value indicating whether or not the editing glyph is visible in the row header of the cell being edited.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Property Value
Type: System.Booleantrue if the editing glyph is visible; otherwise, false. The default is true.
The row header will display an editing glyph that looks like a pencil when the current cell is in edit mode and the user has made changes to the cell. The editing glyph is colored by using the ForeColor property of the row header cell. The glyph is not rendered if there is not enough space to display it completely. For example, if the row header cell has its Value property set, the glyph is removed if there is not enough room for both the text and glyph.
The display of the editing glyph is controlled by the value of the IsCurrentRowDirty property in virtual mode. Otherwise, it is controlled by the IsCurrentCellDirty property.
The standard glyph is not publicly exposed. To customize the glyph, you can create a custom DataGridViewRowHeaderCell class.
Windows 7, Windows Vista, Windows XP SP2, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP Starter Edition, Windows Server 2008 R2, Windows Server 2008, Windows Server 2003, Windows Server 2000 SP4, Windows Millennium Edition, Windows 98
The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.