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 Cancel button.
Namespace:   Microsoft.WindowsServerSolutions.Properties
Assembly:  AdminCommon (in AdminCommon.dll)
Syntax
protected void SetCancelButtonText(
    string newtext
)
protected:
void SetCancelButtonText(
    String^ newtext
)
Protected Sub SetCancelButtonText (
    newtext As String
)
Parameters
- newtext 
 Type: System.String- The new text of the Cancel button. 
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top