Comparazione classi Framework 1.1 - 2.0 RTM
Quale assembly?
Filtra
Legenda
- non presente nella 2.0 RTM
+ aggiunto nella 2.0 RTM
= invariato
!= variato rispetto alla 1.1
Namespace System.Windows.Forms
Totale classi: 1108, di cui
- 446 nuove
- 662 modificate
- 0 rimosse
Pagina ... 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 ...
System.Windows.Forms.DataGridViewPaintParts + | ||
---|---|---|
+ | All | |
+ | Background | |
+ | Border | |
+ | ContentBackground | |
+ | ContentForeground | |
+ | ErrorIcon | |
+ | Focus | |
+ | None | |
+ | SelectionBackground | |
+ | value__ |
System.Windows.Forms.DataGridViewRow + | ||
---|---|---|
+ | .ctor () | |
+ | AdjustRowHeaderBorderStyle (DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStyleInput, DataGridViewAdvancedBorderStyle dataGridViewAdvancedBorderStylePlaceholder, Boolean singleVerticalBorderAdded, Boolean singleHorizontalBorderAdded, Boolean isFirstDisplayedRow, Boolean isLastVisibleRow) | |
+ | Clone () | |
+ | CreateCells (DataGridView dataGridView) | |
+ | CreateCells (DataGridView dataGridView, Object[] values) | |
+ | GetContextMenuStrip (Int32 rowIndex) | |
+ | GetErrorText (Int32 rowIndex) | |
+ | GetPreferredHeight (Int32 rowIndex, DataGridViewAutoSizeRowMode autoSizeRowMode, Boolean fixedWidth) | |
+ | GetState (Int32 rowIndex) | |
+ | SetValues (Object[] values) | |
+ | ToString () | |
+ | AccessibilityObject | |
+ | Cells | |
+ | ContextMenuStrip | |
+ | DataBoundItem | |
+ | DefaultCellStyle | |
+ | Displayed | |
+ | DividerHeight | |
+ | ErrorText | |
+ | Frozen | |
+ | HeaderCell | |
+ | Height | |
+ | InheritedStyle | |
+ | IsNewRow | |
+ | MinimumHeight | |
+ | ReadOnly | |
+ | Resizable | |
+ | Selected | |
+ | State | |
+ | Visible |
System.Windows.Forms.DataGridViewRowCancelEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | Row |
System.Windows.Forms.DataGridViewRowCollection + | ||
---|---|---|
+ | .ctor () | |
+ | CollectionChanged | |
+ | Add () | |
+ | Add (Object[] values) | |
+ | Add (DataGridViewRow dataGridViewRow) | |
+ | Add (Int32 count) | |
+ | AddCopies (Int32 indexSource, Int32 count) | |
+ | AddCopy (Int32 indexSource) | |
+ | AddRange (DataGridViewRow[] dataGridViewRows) | |
+ | Clear () | |
+ | Contains (DataGridViewRow dataGridViewRow) | |
+ | CopyTo (DataGridViewRow[] array, Int32 index) | |
+ | GetFirstRow (DataGridViewElementStates includeFilter) | |
+ | GetFirstRow (DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) | |
+ | GetLastRow (DataGridViewElementStates includeFilter) | |
+ | GetNextRow (Int32 indexStart, DataGridViewElementStates includeFilter) | |
+ | GetNextRow (Int32 indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) | |
+ | GetPreviousRow (Int32 indexStart, DataGridViewElementStates includeFilter) | |
+ | GetPreviousRow (Int32 indexStart, DataGridViewElementStates includeFilter, DataGridViewElementStates excludeFilter) | |
+ | GetRowCount (DataGridViewElementStates includeFilter) | |
+ | GetRowsHeight (DataGridViewElementStates includeFilter) | |
+ | GetRowState (Int32 rowIndex) | |
+ | IndexOf (DataGridViewRow dataGridViewRow) | |
+ | Insert (Int32 rowIndex, Object[] values) | |
+ | Insert (Int32 rowIndex, DataGridViewRow dataGridViewRow) | |
+ | Insert (Int32 rowIndex, Int32 count) | |
+ | InsertCopies (Int32 indexSource, Int32 indexDestination, Int32 count) | |
+ | InsertCopy (Int32 indexSource, Int32 indexDestination) | |
+ | InsertRange (Int32 rowIndex, DataGridViewRow[] dataGridViewRows) | |
+ | Remove (DataGridViewRow dataGridViewRow) | |
+ | RemoveAt (Int32 index) | |
+ | SharedRow (Int32 rowIndex) | |
+ | Count | |
+ | Item [Int32 index] |
System.Windows.Forms.DataGridViewRowContextMenuStripNeededEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | ContextMenuStrip | |
+ | RowIndex |
System.Windows.Forms.DataGridViewRowDividerDoubleClickEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | RowIndex |
System.Windows.Forms.DataGridViewRowErrorTextNeededEventArgs + | ||
---|---|---|
+ | ErrorText | |
+ | RowIndex |
System.Windows.Forms.DataGridViewRowEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | Row |
System.Windows.Forms.DataGridViewRowHeaderCell + | ||
---|---|---|
+ | .ctor () | |
+ | Clone () | |
+ | GetInheritedContextMenuStrip (Int32 rowIndex) | |
+ | GetInheritedStyle (DataGridViewCellStyle inheritedCellStyle, Int32 rowIndex, Boolean includeColors) | |
+ | ToString () |
System.Windows.Forms.DataGridViewRowHeightInfoNeededEventArgs + | ||
---|---|---|
+ | Height | |
+ | MinimumHeight | |
+ | RowIndex |
System.Windows.Forms.DataGridViewRowHeightInfoPushedEventArgs + | ||
---|---|---|
+ | Height | |
+ | MinimumHeight | |
+ | RowIndex |
System.Windows.Forms.DataGridViewRowPostPaintEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | DrawFocus (Rectangle bounds, Boolean cellsPaintSelectionBackground) | |
+ | PaintCells (Rectangle clipBounds, DataGridViewPaintParts paintParts) | |
+ | PaintCellsBackground (Rectangle clipBounds, Boolean cellsPaintSelectionBackground) | |
+ | PaintCellsContent (Rectangle clipBounds) | |
+ | PaintHeader (Boolean paintSelectionBackground) | |
+ | PaintHeader (DataGridViewPaintParts paintParts) | |
+ | ClipBounds | |
+ | ErrorText | |
+ | Graphics | |
+ | InheritedRowStyle | |
+ | IsFirstDisplayedRow | |
+ | IsLastVisibleRow | |
+ | RowBounds | |
+ | RowIndex | |
+ | State |
System.Windows.Forms.DataGridViewRowPrePaintEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | DrawFocus (Rectangle bounds, Boolean cellsPaintSelectionBackground) | |
+ | PaintCells (Rectangle clipBounds, DataGridViewPaintParts paintParts) | |
+ | PaintCellsBackground (Rectangle clipBounds, Boolean cellsPaintSelectionBackground) | |
+ | PaintCellsContent (Rectangle clipBounds) | |
+ | PaintHeader (Boolean paintSelectionBackground) | |
+ | PaintHeader (DataGridViewPaintParts paintParts) | |
+ | ClipBounds | |
+ | ErrorText | |
+ | Graphics | |
+ | InheritedRowStyle | |
+ | IsFirstDisplayedRow | |
+ | IsLastVisibleRow | |
+ | PaintParts | |
+ | RowBounds | |
+ | RowIndex | |
+ | State |
System.Windows.Forms.DataGridViewRowsAddedEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | RowCount | |
+ | RowIndex |
Powered by Ricciolo