ExceptionMessageBox.CancelButtonText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.