PropertyGridObject Class
Provides a container for configuration and display names.
Assembly: Microsoft.Web.Management (in Microsoft.Web.Management.dll)
| Name | Description | |
|---|---|---|
![]() | PropertyGridObject(ModulePropertiesPage) | Initializes a new instance of the PropertyGridObject class. |
![]() | PropertyGridObject(ModulePropertiesPage, Boolean) | Initializes a new instance of the PropertyGridObject class that indicates whether properties are read-only. |
| Name | Description | |
|---|---|---|
![]() | Page | Gets the property grid object that is passed to the PropertyGridObject constructor. |
![]() | ReadOnly | Gets a value indicating whether the properties on the page are read-only. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetDisplayNameAttribute(String, String) | Gets the display name attribute for a property, event, or public void method that takes no arguments. |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetProperties(Attribute[]) | Returns the collection of properties for the property grid, using a specified array of attributes as a filter. |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
| Name | Description | |
|---|---|---|
![]() ![]() | ICustomTypeDescriptor.GetAttributes() | Returns a collection of custom attributes for the property grid. |
![]() ![]() | ICustomTypeDescriptor.GetClassName() | Returns the name of the class for the property grid. |
![]() ![]() | ICustomTypeDescriptor.GetComponentName() | Returns an empty string. |
![]() ![]() | ICustomTypeDescriptor.GetConverter() | Returns a type converter for the property grid. |
![]() ![]() | ICustomTypeDescriptor.GetDefaultEvent() | Returns the default event for the property grid. |
![]() ![]() | ICustomTypeDescriptor.GetDefaultProperty() | Returns the default property for the property grid. |
![]() ![]() | ICustomTypeDescriptor.GetEditor(Type) | Returns an editor that has the specified base type for the property grid. |
![]() ![]() | ICustomTypeDescriptor.GetEvents() | Returns the collection of events for the property grid. |
![]() ![]() | ICustomTypeDescriptor.GetEvents(Attribute[]) | Returns the collection of events for the property grid, using the specified array of attributes as a filter. |
![]() ![]() | ICustomTypeDescriptor.GetProperties() | Returns the properties for the property grid. |
![]() ![]() | ICustomTypeDescriptor.GetProperties(Attribute[]) | Returns the properties for the property grid, using the specified attribute array as a filter. |
![]() ![]() | ICustomTypeDescriptor.GetPropertyOwner(PropertyDescriptor) | Returns the object that contains the property grid. |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.




