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!

DataGridAddNewRow Members

Public:

Constructor

DataGridAddNewRow Constructor [To be supplied.]

Properties

DataBound HACK HACK HACK. Since the DataView does not return a valid DataRow for a newly added row, the DataGrid sets this property to true to signal that the AddNewRow can safely render row contents and permit editing, etc because a DataRecord exists in the cursor that created this row.
DataGrid (inherited from DataGridRow) [To be supplied.]
Height (inherited from DataGridRow) [To be supplied.]
RowNumber (inherited from DataGridRow) [To be supplied.]
Selected (inherited from DataGridRow) [To be supplied.]

Methods

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 (inherited from DataGridRow) 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 (inherited from DataGridRow) [To be supplied.]
GetType (inherited from Object) Gets the Type of the Object.
InvalidateRow (inherited from DataGridRow) [To be supplied.]
InvalidateRowRect (inherited from DataGridRow) [To be supplied.]
OnEdit [To be supplied.]
OnKeyPress (inherited from DataGridRow) Called by the DataGrid when a keypress occurs on a row with "focus."
OnMouseDown (inherited from DataGridRow) Overloaded. [To be supplied.]
OnMouseLeft (inherited from DataGridRow) [To be supplied.]
OnMouseMove (inherited from DataGridRow) Overloaded. [To be supplied.]
OnRowEnter (inherited from DataGridRow) [To be supplied.]
OnRowLeave [To be supplied.]
Paint Overloaded. [To be supplied.]
PaintData (inherited from DataGridRow) Overloaded. [To be supplied.]
PaintHeader (inherited from DataGridRow) Overloaded. [To be supplied.]
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Methods

BackBrushForDataPaint (inherited from DataGridRow) 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 (inherited from DataGridRow) [To be supplied.]
GetBackBrush (inherited from DataGridRow) [To be supplied.]
GetBitmap (inherited from DataGridRow) [To be supplied.]
GetErrorBitmap (inherited from DataGridRow) [To be supplied.]
GetLeftArrowBitmap (inherited from DataGridRow) [To be supplied.]
GetPencilBitmap (inherited from DataGridRow) [To be supplied.]
GetRightArrowBitmap (inherited from DataGridRow) [To be supplied.]
GetStarBitmap (inherited from DataGridRow) [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.
PaintBottomBorder (inherited from DataGridRow) Overloaded. [To be supplied.]
PaintCellContents Overloaded. [To be supplied.]
PaintIcon (inherited from DataGridRow) [To be supplied.]
PaintPositionArrow (inherited from DataGridRow) Paints a selection arrow onto the graphics context and returns the width of the area painted.

Fields

number (inherited from DataGridRow) [To be supplied.]

See Also

DataGridAddNewRow Class | System.WinForms Namespace