Condividi tramite


Proprietà NoButtonText

Gets the default text for the No button

Spazio dei nomi  Microsoft.SqlServer.MessageBox
Assembly:  Microsoft.ExceptionMessageBox (in Microsoft.ExceptionMessageBox.dll)

Sintassi

'Dichiarazione
Public Shared ReadOnly Property NoButtonText As String
    Get
'Utilizzo
Dim value As String

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

Valore proprietà

Tipo: System. . :: . .String
A String value.

Osservazioni

The NoButtonText property specifies customized button text while it maintains the functionality of the No button.