CancelButtonText propriété
Gets the default text for the Cancel button.
Espace de noms : Microsoft.SqlServer.MessageBox
Assembly : Microsoft.ExceptionMessageBox (dans Microsoft.ExceptionMessageBox.dll)
Syntaxe
'Déclaration
Public Shared ReadOnly Property CancelButtonText As String
Get
'Utilisation
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
Valeur de la propriété
Type : System. . :: . .String
A String value.
Notes
The CancelButtonText property specifies customized button text while it maintains the functionality of the Cancel button.