C# Class SourceGrid.Cells.Editors.ImagePicker

Inheritance: SourceGrid.Cells.Editors.EditorControlBase
Mostrar archivo Open project: zhuangyy/Motion Class Usage Examples

Public Methods

Method Description
GetEditedValue ( ) : object
ImagePicker ( ) : System

Construct an Editor of type ImagePicker.

SetEditValue ( object editValue ) : void
ValueToDisplayString ( object p_Value ) : string

Used to returns the display string for a given value. In this case return null.

Protected Methods

Method Description
CreateControl ( ) : Control

Create the editor control

OnSendCharToEditor ( char key ) : void

Method Details

CreateControl() protected method

Create the editor control
protected CreateControl ( ) : Control
return System.Windows.Forms.Control

GetEditedValue() public method

public GetEditedValue ( ) : object
return object

ImagePicker() public method

Construct an Editor of type ImagePicker.
public ImagePicker ( ) : System
return System

OnSendCharToEditor() protected method

protected OnSendCharToEditor ( char key ) : void
key char
return void

SetEditValue() public method

public SetEditValue ( object editValue ) : void
editValue object
return void

ValueToDisplayString() public method

Used to returns the display string for a given value. In this case return null.
public ValueToDisplayString ( object p_Value ) : string
p_Value object
return string