Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
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.
Comentarios
The OKButtonText property specifies customized button text while it maintains the functionality of the OK button.