[This is preliminary documentation and is subject to change.]

Strongly-typed PropertyGrid

Namespace: Tools.WindowsT.FormsT
Assembly: Tools.Windows (in Tools.Windows.dll) Version: 1.5.3.38916 (1.5.3.38916)

Syntax

C#
[DefaultPropertyAttribute("SelectedObject")]
public class PropertyGridEditor<T> : PropertyGrid
Visual Basic
<DefaultPropertyAttribute("SelectedObject")> _
Public Class PropertyGridEditor(Of T) _
	Inherits PropertyGrid
Visual C++
[DefaultPropertyAttribute(L"SelectedObject")]
generic<typename T>
public ref class PropertyGridEditor : public PropertyGrid
F#
[<DefaultPropertyAttribute("SelectedObject")>]
type PropertyGridEditor<'T> =  
    class
        inherit PropertyGrid
    end
JScript
JScript does not support generic types or methods.

Type Parameters

T
Type of object being edited

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
              Tools.WindowsT.FormsT..::..PropertyGridEditor<(Of <(<'T>)>)>

See Also

Collapse/expand Version History

1.5.3

  • This class is new in version 1.5.3