Partager via


PropertyForm.FinishProgress Method ()

 

Ends the waiting process, signaling to the user that all changes have been committed.

Namespace:   Microsoft.WindowsServerSolutions.Properties
Assembly:  AdminCommon (in AdminCommon.dll)

Syntax

protected void FinishProgress()
protected:
void FinishProgress()
Protected Sub FinishProgress

Remarks

This method only takes effect when changes are being saved after the user clicks OK or Apply. Derived classes do not need to make this call from the user interface thread.

See Also

PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top