C# 클래스 PropertyGrid.PropertyEditorCell

파일 보기 프로젝트 열기: modesto/monoreports 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetNormalizedText string
Initialize void

공개 메소드들

메소드 설명
GetSize ( int availableWidth, int &width, int &height ) : void
LaunchDialogue ( ) : void
Render ( Drawable window, Gdk bounds, StateType state ) : void
StartEditing ( Gdk cell_area, StateType state ) : EditSession

보호된 메소드들

메소드 설명
CreateEditor ( Gdk cell_area, StateType state ) : IPropertyEditor
GetValueMarkup ( ) : string
GetValueText ( ) : string
Initialize ( ) : void

비공개 메소드들

메소드 설명
GetNormalizedText ( string s ) : string
Initialize ( Gtk.Widget container, EditorManager editorManager, PropertyDescriptor property, object obj ) : void

메소드 상세

CreateEditor() 보호된 메소드

protected CreateEditor ( Gdk cell_area, StateType state ) : IPropertyEditor
cell_area Gdk
state StateType
리턴 IPropertyEditor

GetSize() 공개 메소드

public GetSize ( int availableWidth, int &width, int &height ) : void
availableWidth int
width int
height int
리턴 void

GetValueMarkup() 보호된 메소드

protected GetValueMarkup ( ) : string
리턴 string

GetValueText() 보호된 메소드

protected GetValueText ( ) : string
리턴 string

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

LaunchDialogue() 공개 메소드

public LaunchDialogue ( ) : void
리턴 void

Render() 공개 메소드

public Render ( Drawable window, Gdk bounds, StateType state ) : void
window Drawable
bounds Gdk
state StateType
리턴 void

StartEditing() 공개 메소드

public StartEditing ( Gdk cell_area, StateType state ) : EditSession
cell_area Gdk
state StateType
리턴 EditSession