C# Class ReferencePathCollection.ReferencePathCollectionEditor, gert

Inheritance: UITypeEditor
Datei anzeigen Open project: mono/gert

Public Methods

Method Description
GetEditStyle ( System context ) : System.Drawing.Design.UITypeEditorEditStyle

Gets the edit style.

ReferencePathCollectionEditor ( ) : System

Creates a new ReferencePathCollectionEditor instance.

Private Methods

Method Description
CollapseChildren ( GridItem gridItem ) : void
EditValue ( System context, IServiceProvider provider, object value ) : object
RemoveBlankPaths ( ReferencePathCollection, coll ) : void

Method Details

GetEditStyle() public method

Gets the edit style.
public GetEditStyle ( System context ) : System.Drawing.Design.UITypeEditorEditStyle
context System Context.
return System.Drawing.Design.UITypeEditorEditStyle

ReferencePathCollectionEditor() public method

Creates a new ReferencePathCollectionEditor instance.
public ReferencePathCollectionEditor ( ) : System
return System