Proprietà CancelButtonText
Gets the default text for the Cancel button.
Spazio dei nomi: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)
Sintassi
'Dichiarazione
Public Shared ReadOnly Property CancelButtonText As String
Get
'Utilizzo
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
Valore proprietà
Tipo: System. . :: . .String
A String value.
Osservazioni
The CancelButtonText property specifies customized button text while it maintains the functionality of the Cancel button.
Vedere anche