Property | Type | Description | |
---|---|---|---|
colorpicker_SelectedColorChanged | void |
Method | Description | |
---|---|---|
CancelEditing ( ) : void |
Stops editing the Cell and ignores any changes
|
|
ColorCellEditor ( ) : System |
Initializes a new instance of the ColorCellEditor class with default settings
|
|
StartEditing ( ) : void |
Starts editing the Cell
|
|
StopEditing ( ) : void |
Stops editing the Cell and commits any changes
|
Method | Description | |
---|---|---|
ColorToString ( Color color ) : string |
Converts the specified Color to its string representation
|
|
OnKeyPress ( object sender, |
Handler for the editors TextBox.KeyPress event
|
|
OnLostFocus ( object sender, |
Handler for the editors TextBox.LostFocus event
|
|
OnSelectedColorChanged ( |
Raises the SelectedColorChanged 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
|
|
ShouldStopEditing ( |
Gets whether the editor should stop editing if a mouse click occurs outside of the DropDownContainer while it is dropped down
|
Method | Description | |
---|---|---|
colorpicker_SelectedColorChanged ( object sender, |
Handler for the editors ColorPicker.SelectedColorChanged event
|
protected ColorToString ( Color color ) : string | ||
color | Color | The Color to convert |
return | string |
protected OnKeyPress ( object sender, |
||
sender | object | The object that raised the event |
e | A KeyPressEventArgs that contains the event data | |
return | void |
protected OnLostFocus ( object sender, |
||
sender | object | The object that raised the event |
e | An EventArgs that contains the event data | |
return | void |
protected OnSelectedColorChanged ( |
||
e | An EventArgs that contains the event data | |
return | void |
protected SetEditLocation ( |
||
cellRect | A Rectangle that represents the size and location /// of the Cell being edited | |
return | void |
protected ShouldStopEditing ( |
||
target | The Control that will receive the message | |
cursorPos | Point | The current position of the mouse cursor |
return | bool |