PropertyGrid.ResetSelectedProperty Method

Definition

Resets the selected property to its default value.

public:
 void ResetSelectedProperty();
public void ResetSelectedProperty ();
member this.ResetSelectedProperty : unit -> unit
Public Sub ResetSelectedProperty ()

Remarks

Typically, the ResetSelectedProperty method is invoked by right clicking on the property. This method discards changes and attempts to reset the property to its default value.

Applies to