PropertyForm.ProgressCancelButtonText Property
Gets or sets the Cancel button text above the progress bar of the ProgressForm that is displayed during a commit operation.
Namespace: Microsoft.WindowsServerSolutions.Properties
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected string ProgressCancelButtonText { get; set; }
protected:
property String^ ProgressCancelButtonText {
String^ get();
void set(String^ value);
}
Protected Property ProgressCancelButtonText As String
Property Value
Type: System.String
See Also
PropertyForm Class
Microsoft.WindowsServerSolutions.Properties Namespace
Return to top