DekGenius.com
[ Team LiB ] Previous Section Next Section

DockEditor

System.Windows.Forms.Design (system.design.dll)sealed class

This class provides an editor for the Dock property.

public sealed class DockEditor : System.Drawing.Design.UITypeEditor {
// Public Constructors
   public DockEditor();
// 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
}

Hierarchy

System.Object System.Drawing.Design.UITypeEditor DockEditor

    [ Team LiB ] Previous Section Next Section