C# 클래스 PropertyGrid.PropertyEditors.CollectionEditor

상속: PropertyEditorCell
파일 보기 프로젝트 열기: modesto/monoreports

공개 메소드들

메소드 설명
LaunchDialogue ( ) : void

보호된 메소드들

메소드 설명
GetValueText ( ) : string
Initialize ( ) : void
NewItemTypes ( ) : System.Type[]

비공개 메소드들

메소드 설명
CreateTransaction ( object obj ) : DesignerTransaction
EndTransaction ( object obj, DesignerTransaction tran, object oldValue, object newValue, bool commit ) : void
IterPrev ( TreeModel model, Gtk.TreeIter &iter ) : bool
UpdateIndices ( ListStore itemStore ) : void
UpdateName ( ListStore itemStore, Gtk.TreeIter iter ) : void

메소드 상세

GetValueText() 보호된 메소드

protected GetValueText ( ) : string
리턴 string

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

LaunchDialogue() 공개 메소드

public LaunchDialogue ( ) : void
리턴 void

NewItemTypes() 보호된 메소드

protected NewItemTypes ( ) : System.Type[]
리턴 System.Type[]