IComPropertyBrowser.EnsurePendingChangesCommitted Method

Definition

Commits all pending changes to the PropertyGrid control.

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

public:
 bool EnsurePendingChangesCommitted();
public bool EnsurePendingChangesCommitted ();
abstract member EnsurePendingChangesCommitted : unit -> bool
Public Function EnsurePendingChangesCommitted () As Boolean

Returns

true if the PropertyGrid successfully commits changes; otherwise, false.

Applies to