C# Class Oglr.Core.CustomUITypeEditors.PathToFolderUiTypeEditor

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

Méthodes publiques

Méthode Description
EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle

Method Details

EditValue() public méthode

public EditValue ( ITypeDescriptorContext context, IServiceProvider provider, object value ) : object
context ITypeDescriptorContext
provider IServiceProvider
value object
Résultat object

GetEditStyle() public méthode

public GetEditStyle ( ITypeDescriptorContext context ) : UITypeEditorEditStyle
context ITypeDescriptorContext
Résultat UITypeEditorEditStyle