ExceptionMessageBox.CancelButtonText Property

Gets the default text for the Cancel button.

Namespace:  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Syntax

'Declaration
Public Shared ReadOnly Property CancelButtonText As String 
    Get
'Usage
Dim value As String 

value = ExceptionMessageBox.CancelButtonText
public static string CancelButtonText { get; }
public:
static property String^ CancelButtonText {
    String^ get ();
}
static member CancelButtonText : string
static function get CancelButtonText () : String

Property Value

Type: System.String
A String value.

Remarks

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

See Also

Reference

ExceptionMessageBox Class

Microsoft.SqlServer.MessageBox Namespace