OKButtonText Propiedad
Gets the default text for the OK button
Espacio de nombres: Microsoft.SqlServer.MessageBox
Ensamblado: Microsoft.ExceptionMessageBox (en Microsoft.ExceptionMessageBox.dll)
Sintaxis
'Declaración
Public Shared ReadOnly Property OKButtonText As String
Get
'Uso
Dim value As String
value = ExceptionMessageBox.OKButtonText
public static string OKButtonText { get; }
public:
static property String^ OKButtonText {
String^ get ();
}
static member OKButtonText : string
static function get OKButtonText () : String
Valor de la propiedad
Tipo: System. . :: . .String
A String value.
Notas
The OKButtonText property specifies customized button text while it maintains the functionality of the OK button.