NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyGrid Class

[To be supplied.]

Object
   MarshalByRefObject
      MarshalByRefComponent
         Control
            RichControl
               ScrollableControl
                  ContainerControl
                     PropertyGrid

[Visual Basic]
Public Class PropertyGrid
   Inherits ContainerControl
   Implements IPropertyGridViewClient, IPropertyNotifySink
[C#]
public class PropertyGrid : ContainerControl,
   IPropertyGridViewClient, IPropertyNotifySink
[C++]
public __gc class PropertyGrid : public ContainerControl,
   IPropertyGridViewClient, IPropertyNotifySink
[JScript]
public class PropertyGrid extends ContainerControl,
   IPropertyGridViewClient, IPropertyNotifySink

Remarks

[To be supplied.]

Requirements

Namespace: System.WinForms

Assembly: System.WinForms.dll

See Also

PropertyGrid Members | System.WinForms Namespace