NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DataGridRow Methods

The methods of the DataGridRow class are listed below. For a complete list of DataGridRow class members, see the DataGridRow Members topic.

Public:

Equals (inherited from Object) Determines whether the specified Object is the same instance as the current Object. Subclasses are expected to override this method to support value equality (not reference equality).
GetCellBounds Returns the rectangle where a cell's contents gets painted. The rectangle returned is relative to the top left of the first cell.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetNonScrollableArea [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
InvalidateRow [To be supplied.]
InvalidateRowRect [To be supplied.]
OnEdit [To be supplied.]
OnKeyPress Called by the DataGrid when a keypress occurs on a row with "focus."
OnMouseDown Overloaded. [To be supplied.]
OnMouseLeft [To be supplied.]
OnMouseMove Overloaded. [To be supplied.]
OnRowEnter [To be supplied.]
OnRowLeave [To be supplied.]
Paint Overloaded. [To be supplied.]
PaintData Overloaded. [To be supplied.]
PaintHeader Overloaded. [To be supplied.]
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

BackBrushForDataPaint Returns the BackColor and TextColor that the Graphics object should use for the appropriate values for a given row and column when painting the data.
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
ForeBrushForDataPaint [To be supplied.]
GetBackBrush [To be supplied.]
GetBitmap [To be supplied.]
GetErrorBitmap [To be supplied.]
GetLeftArrowBitmap [To be supplied.]
GetPencilBitmap [To be supplied.]
GetRightArrowBitmap [To be supplied.]
GetStarBitmap [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
PaintBottomBorder Overloaded. [To be supplied.]
PaintCellContents Overloaded. [To be supplied.]
PaintIcon [To be supplied.]
PaintPositionArrow Paints a selection arrow onto the graphics context and returns the width of the area painted.

See Also

DataGridRow Class | System.WinForms Namespace