Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Specifies the text of the Apply button.
Namespace:   Microsoft.WindowsServerSolutions.Properties
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
protected void SetApplyButtonText(
    string newtext
)
protected:
void SetApplyButtonText(
    String^ newtext
)
Protected Sub SetApplyButtonText (
    newtext As String
)
Parameters
- newtext 
 Type: System.String- The new text of the Apply button. 
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top