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.
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