ExceptionMessageBox.CancelButtonText Property

Definition

Gets the default text for the Cancel button.

public:
 static property System::String ^ CancelButtonText { System::String ^ get(); };
public static string CancelButtonText { get; }
member this.CancelButtonText : string
Public Shared ReadOnly Property CancelButtonText As String

Property Value

A String value.

Remarks

The CancelButtonText property specifies customized button text while it maintains the functionality of the Cancel button.

Applies to