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
newtext
Type: System.StringThe new text of the Cancel button.
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top