ProgressForm.CancelButtonText Property
Gets or sets the text of the cancel button.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
public string CancelButtonText { get; set; }
public:
property String^ CancelButtonText {
String^ get();
void set(String^ value);
}
Public Property CancelButtonText As String
Property Value
Type: System.String
See Also
CancelButtonVisible
CancelClicked
ProgressForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top