[This is preliminary documentation and is subject to change.]
Strongly-typed PropertyGrid
Namespace: Tools.WindowsT.FormsTAssembly: 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 |
|---|
|
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>)>)>
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
Version History
1.5.3
- This class is new in version 1.5.3