This is a custom property grid that allows you to set the initial width of the property name pane and has a context menu that allows you to hide the description pane and reset the selected property value.

Namespace: SandcastleBuilder.Utils.Controls
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.3.0

Syntax

C#
public class CustomPropertyGrid : PropertyGrid
Visual Basic
Public Class CustomPropertyGrid _
	Inherits PropertyGrid

Inheritance Hierarchy

System..::..Object
  System..::..MarshalByRefObject
    System.ComponentModel..::..Component
      System.Windows.Forms..::..Control
        System.Windows.Forms..::..ScrollableControl
          System.Windows.Forms..::..ContainerControl
            System.Windows.Forms..::..PropertyGrid
              SandcastleBuilder.Utils.Controls..::..CustomPropertyGrid

See Also