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 ... 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 ...
System.Windows.Forms.DataGridViewRowStateChangedEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | Row | |
+ | StateChanged |
System.Windows.Forms.DataGridViewSelectedCellCollection + | ||
---|---|---|
+ | Clear () | |
+ | Contains (DataGridViewCell dataGridViewCell) | |
+ | CopyTo (DataGridViewCell[] array, Int32 index) | |
+ | Insert (Int32 index, DataGridViewCell dataGridViewCell) | |
+ | Item [Int32 index] |
System.Windows.Forms.DataGridViewSelectedColumnCollection + | ||
---|---|---|
+ | Clear () | |
+ | Contains (DataGridViewColumn dataGridViewColumn) | |
+ | CopyTo (DataGridViewColumn[] array, Int32 index) | |
+ | Insert (Int32 index, DataGridViewColumn dataGridViewColumn) | |
+ | Item [Int32 index] |
System.Windows.Forms.DataGridViewSelectedRowCollection + | ||
---|---|---|
+ | Clear () | |
+ | Contains (DataGridViewRow dataGridViewRow) | |
+ | CopyTo (DataGridViewRow[] array, Int32 index) | |
+ | Insert (Int32 index, DataGridViewRow dataGridViewRow) | |
+ | Item [Int32 index] |
System.Windows.Forms.DataGridViewSelectionMode + | ||
---|---|---|
+ | CellSelect | |
+ | ColumnHeaderSelect | |
+ | FullColumnSelect | |
+ | FullRowSelect | |
+ | RowHeaderSelect | |
+ | value__ |
System.Windows.Forms.DataGridViewSortCompareEventArgs + | ||
---|---|---|
+ | .ctor () | |
+ | CellValue1 | |
+ | CellValue2 | |
+ | Column | |
+ | RowIndex1 | |
+ | RowIndex2 | |
+ | SortResult |
System.Windows.Forms.DataGridViewTextBoxCell + | ||
---|---|---|
+ | .ctor () | |
+ | Clone () | |
+ | DetachEditingControl () | |
+ | InitializeEditingControl (Int32 rowIndex, Object initialFormattedValue, DataGridViewCellStyle dataGridViewCellStyle) | |
+ | KeyEntersEditMode (KeyEventArgs e) | |
+ | PositionEditingControl (Boolean setLocation, Boolean setSize, Rectangle cellBounds, Rectangle cellClip, DataGridViewCellStyle cellStyle, Boolean singleVerticalBorderAdded, Boolean singleHorizontalBorderAdded, Boolean isFirstDisplayedColumn, Boolean isFirstDisplayedRow) | |
+ | ToString () | |
+ | FormattedValueType | |
+ | MaxInputLength | |
+ | ValueType |
System.Windows.Forms.DataGridViewTextBoxColumn + | ||
---|---|---|
+ | .ctor () | |
+ | ToString () | |
+ | CellTemplate | |
+ | MaxInputLength | |
+ | SortMode |
System.Windows.Forms.DataGridViewTextBoxEditingControl + | ||
---|---|---|
+ | .ctor () | |
+ | ApplyCellStyleToEditingControl (DataGridViewCellStyle dataGridViewCellStyle) | |
+ | EditingControlWantsInputKey (Keys keyData, Boolean dataGridViewWantsInputKey) | |
+ | GetEditingControlFormattedValue (DataGridViewDataErrorContexts context) | |
+ | PrepareEditingControlForEdit (Boolean selectAll) | |
+ | EditingControlDataGridView | |
+ | EditingControlFormattedValue | |
+ | EditingControlRowIndex | |
+ | EditingControlValueChanged | |
+ | EditingPanelCursor | |
+ | RepositionEditingControlOnValueChange |
System.Windows.Forms.DataGridViewTopLeftHeaderCell + | ||
---|---|---|
+ | .ctor () | |
+ | ToString () |
System.Windows.Forms.DataGridViewTriState + | ||
---|---|---|
+ | False | |
+ | NotSet | |
+ | True | |
+ | value__ |
System.Windows.Forms.IDataObject = | ||
---|---|---|
= | GetData (String format, Boolean autoConvert) | |
= | GetData (String format) | |
= | GetData (Type format) | |
= | GetDataPresent (String format, Boolean autoConvert) | |
= | GetDataPresent (String format) | |
= | GetDataPresent (Type format) | |
= | GetFormats (Boolean autoConvert) | |
= | GetFormats () | |
= | SetData (String format, Boolean autoConvert, Object data) | |
= | SetData (String format, Object data) | |
= | SetData (Type format, Object data) | |
= | SetData (Object data) |
System.Windows.Forms.DataObject != | ||
---|---|---|
= | .ctor () | |
= | .ctor () | |
= | .ctor () | |
- | ContainsAudio () | |
- | ContainsFileDropList () | |
- | ContainsImage () | |
- | ContainsText () | |
- | ContainsText (TextDataFormat format) | |
- | GetAudioStream () | |
= | GetData (String format, Boolean autoConvert) | |
= | GetData (String format) | |
= | GetData (Type format) | |
= | GetDataPresent (Type format) | |
= | GetDataPresent (String format, Boolean autoConvert) | |
= | GetDataPresent (String format) | |
- | GetFileDropList () | |
= | GetFormats (Boolean autoConvert) | |
= | GetFormats () | |
- | GetImage () | |
- | GetText () | |
- | GetText (TextDataFormat format) | |
- | SetAudio (Byte[] audioBytes) | |
- | SetAudio (Stream audioStream) | |
= | SetData (String format, Boolean autoConvert, Object data) | |
= | SetData (String format, Object data) | |
= | SetData (Type format, Object data) | |
= | SetData (Object data) | |
- | SetFileDropList (StringCollection filePaths) | |
- | SetImage (Image image) | |
- | SetText (String textData) | |
- | SetText (String textData, TextDataFormat format) |
System.Windows.Forms.DataSourceUpdateMode + | ||
---|---|---|
+ | Never | |
+ | OnPropertyChanged | |
+ | OnValidation | |
+ | value__ |
Powered by Ricciolo