C# 클래스 SourceGrid.Cells.Editors.ImagePicker

상속: SourceGrid.Cells.Editors.EditorControlBase
파일 보기 프로젝트 열기: zhuangyy/Motion 1 사용 예제들

공개 메소드들

메소드 설명
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.

보호된 메소드들

메소드 설명
CreateControl ( ) : Control

Create the editor control

OnSendCharToEditor ( char key ) : void

메소드 상세

CreateControl() 보호된 메소드

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

GetEditedValue() 공개 메소드

public GetEditedValue ( ) : object
리턴 object

ImagePicker() 공개 메소드

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

OnSendCharToEditor() 보호된 메소드

protected OnSendCharToEditor ( char key ) : void
key char
리턴 void

SetEditValue() 공개 메소드

public SetEditValue ( object editValue ) : void
editValue object
리턴 void

ValueToDisplayString() 공개 메소드

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