C# Class Oglr.Core.CustomUITypeEditors.PathToFileUiTypeEditor

A FolderEditor that always starts at the currently selected folder. For use on a property of type: string.
Inheritance: System.Drawing.Design.UITypeEditor
Mostra file Open project: SteveDunn/oglr

Public Methods

Method Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

Method Details

EditValue() public method

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
return object

GetEditStyle() public method

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
return UITypeEditorEditStyle