IComPropertyBrowser Interface
This API supports the product infrastructure and is not intended to be used directly from your code.
Allows Visual Studio to communicate internally with the PropertyGrid control.
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
| Name | Description | |
|---|---|---|
![]() | InPropertySet | This API supports the product infrastructure and is not intended to be used directly from your code. Gets a value indicating whether the PropertyGrid control is currently setting one of the properties of its selected object. |
| Name | Description | |
|---|---|---|
![]() | DropDownDone() | This API supports the product infrastructure and is not intended to be used directly from your code. Closes any open drop-down controls on the PropertyGrid control. |
![]() | EnsurePendingChangesCommitted() | This API supports the product infrastructure and is not intended to be used directly from your code. Commits all pending changes to the PropertyGrid control. |
![]() | HandleF4() | This API supports the product infrastructure and is not intended to be used directly from your code. Activates the PropertyGrid control when the user chooses Properties for a control in Design view. |
![]() | LoadState(RegistryKey^) | This API supports the product infrastructure and is not intended to be used directly from your code. Loads user states from the registry into the PropertyGrid control. |
![]() | SaveState(RegistryKey^) | This API supports the product infrastructure and is not intended to be used directly from your code. Saves user states from the PropertyGrid control to the registry. |
| Name | Description | |
|---|---|---|
![]() | ComComponentNameChanged | This API supports the product infrastructure and is not intended to be used directly from your code. Occurs when the PropertyGrid control is browsing a COM object and the user renames the object. |
Available since 1.1


