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