PropertyForm.EnableApply Method ()
Enables the Apply button.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected void EnableApply()
protected:
void EnableApply()
Protected Sub EnableApply
Remarks
Derived classes should call this method when unsaved changes are made.
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top