Méthode | Description | |
---|---|---|
CancelEditing ( ) : void |
Stops editing the Cell and ignores any changes
|
|
ProjectTypeCellEditor ( |
Initializes a new instance of the ComboBoxCellEditor class with default settings
|
|
StartEditing ( ) : void |
Starts editing the Cell
|
|
StopEditing ( ) : void |
Stops editing the Cell and commits any changes
|
|
UpdateDropDownSize ( ) : void |
Méthode | Description | |
---|---|---|
HideDropDown ( ) : void | ||
OnDrawItem ( |
Raises the DrawItem event
|
|
OnKeyDown ( object sender, |
Handler for the editors TextBox.KeyDown and ListBox.KeyDown events
|
|
OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void |
Raises the MeasureItem event
|
|
OnMouseWheel ( object sender, MouseEventArgs e ) : void |
Handler for the editors TextBox.MouseWheel event
|
|
OnSelectedIndexChanged ( |
Raises the SelectedIndexChanged event
|
|
SetCellValue ( ) : void |
Sets the contents of the Cell being edited based on the value in the editor
|
|
SetEditLocation ( |
Sets the location and size of the CellEditor
|
|
SetEditValue ( ) : void |
Sets the initial value of the editor based on the contents of the Cell being edited
|
|
ShowDropDown ( ) : void |
Displays the drop down portion to the user
|
Méthode | Description | |
---|---|---|
HideCaret ( |
||
OpenCustomTypeDialog ( Model folder ) : void | ||
TextBox_HideCarret ( object sender, |
||
TextBox_HideCarretM ( object sender, MouseEventArgs e ) : void | ||
listbox_Click ( object sender, |
Handler for the editors ListBox.Click event
|
|
listbox_DrawItem ( object sender, |
Handler for the editors ListBox.DrawItem event
|
|
listbox_MeasureItem ( object sender, System.Windows.Forms.MeasureItemEventArgs e ) : void |
Handler for the editors ListBox.MeasureItem event
|
|
listbox_MouseEnter ( object sender, |
Handler for the editors ListBox.MouseEnter event
|
|
listbox_SelectedIndexChanged ( object sender, |
Handler for the editors ListBox.SelectedIndexChanged event
|
protected OnDrawItem ( |
||
e | A DrawItemEventArgs that contains the event data | |
Résultat | void |
protected OnKeyDown ( object sender, |
||
sender | object | The object that raised the event |
e | A KeyEventArgs that contains the event data | |
Résultat | void |
protected OnMeasureItem ( System.Windows.Forms.MeasureItemEventArgs e ) : void | ||
e | System.Windows.Forms.MeasureItemEventArgs | A MeasureItemEventArgs that contains the event data |
Résultat | void |
protected OnMouseWheel ( object sender, MouseEventArgs e ) : void | ||
sender | object | The object that raised the event |
e | MouseEventArgs | A MouseEventArgs that contains the event data |
Résultat | void |
protected OnSelectedIndexChanged ( |
||
e | An EventArgs that contains the event data | |
Résultat | void |
public ProjectTypeCellEditor ( |
||
images | ||
Résultat | System |
protected SetEditLocation ( |
||
cellRect | A Rectangle that represents the size and location /// of the Cell being edited | |
Résultat | void |