Share via


PropertyForm.SetCancelButtonText Method (String)

 

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

See Also

PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace

Return to top