C# Class SourceGrid.Cells.Editors.ImagePicker

Inheritance: SourceGrid.Cells.Editors.EditorControlBase
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode 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.

Méthodes protégées

Méthode Description
CreateControl ( ) : Control

Create the editor control

OnSendCharToEditor ( char key ) : void

Method Details

CreateControl() protected méthode

Create the editor control
protected CreateControl ( ) : Control
Résultat System.Windows.Forms.Control

GetEditedValue() public méthode

public GetEditedValue ( ) : object
Résultat object

ImagePicker() public méthode

Construct an Editor of type ImagePicker.
public ImagePicker ( ) : System
Résultat System

OnSendCharToEditor() protected méthode

protected OnSendCharToEditor ( char key ) : void
key char
Résultat void

SetEditValue() public méthode

public SetEditValue ( object editValue ) : void
editValue object
Résultat void

ValueToDisplayString() public méthode

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