C# Class PropertyGrid.PropertyEditors.CollectionEditor

Inheritance: PropertyEditorCell
Mostra file Open project: modesto/monoreports

Public Methods

Method Description
LaunchDialogue ( ) : void

Protected Methods

Method Description
GetValueText ( ) : string
Initialize ( ) : void
NewItemTypes ( ) : System.Type[]

Private Methods

Method Description
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

Method Details

GetValueText() protected method

protected GetValueText ( ) : string
return string

Initialize() protected method

protected Initialize ( ) : void
return void

LaunchDialogue() public method

public LaunchDialogue ( ) : void
return void

NewItemTypes() protected method

protected NewItemTypes ( ) : System.Type[]
return System.Type[]