IComPropertyBrowser Interface

Definition

Allows Visual Studio to communicate internally with the PropertyGrid control.

This API supports the product infrastructure and is not intended to be used directly from your code.

public interface class IComPropertyBrowser
public interface IComPropertyBrowser
type IComPropertyBrowser = interface
Public Interface IComPropertyBrowser
Derived

Properties

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.

Methods

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.

Events

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.

Applies to