Compartir a través de


NoButtonText Propiedad

Gets the default text for the No button

Espacio de nombres:  Microsoft.SqlServer.MessageBox
Ensamblado:  Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)

Sintaxis

'Declaración
Public Shared ReadOnly Property NoButtonText As String
    Get
'Uso
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

Valor de la propiedad

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

Notas

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