Nota
O acesso a esta página requer autorização. Podes tentar iniciar sessão ou mudar de diretório.
O acesso a esta página requer autorização. Podes tentar mudar de diretório.
Gets the default text for the Cancel button.
Namespace: Microsoft.SqlServer.MessageBox
Assembly: Microsoft.ExceptionMessageBox (em Microsoft.ExceptionMessageBox.dll)
Sintaxe
'Declaração
Public Shared ReadOnly Property CancelButtonText As String
Get
'Uso
Dim value As String
value = ExceptionMessageBox.CancelButtonText
public static string CancelButtonText { get; }
public:
static property String^ CancelButtonText {
String^ get ();
}
static member CancelButtonText : string
static function get CancelButtonText () : String
Valor da propriedade
Tipo: System.String
A String value.
Comentários
The CancelButtonText property specifies customized button text while it maintains the functionality of the Cancel button.