Share via


PropertyForm.StartWaiting Method ()

 

Changes to the wait cursor in preparation for the commit operation.

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

Syntax

protected void StartWaiting()
protected:
void StartWaiting()
Protected Sub StartWaiting

Remarks

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