Name

FolderNameEditor

Synopsis

This class provides an editor for the selection of a folder or path (using the Shell32 common dialog).


public class FolderNameEditor : System.Drawing.Design.UITypeEditor {

// Public Constructors

   public FolderNameEditor();

// Public Instance Methods

   public override object EditValue(System.ComponentModel.ITypeDescriptorContext context,  

  // overrides System.Drawing.Design.UITypeEditor

   public override UITypeEditorEditStyle GetEditStyle(

  // overrides System.Drawing.Design.UITypeEditor

                  // Protected Instance Methods

   protected virtual void InitializeDialog(FolderBrowser folderBrowser);

}

Hierarchy

System.Object System.Drawing.Design.UITypeEditor FolderNameEditor

Get .NET Windows Forms in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.