Поделиться через


Свойство ExceptionMessageBox.CancelButtonText

Gets the default text for the Cancel button.

Пространство имен:  Microsoft.SqlServer.MessageBox
Сборка:  Microsoft.ExceptionMessageBox (в Microsoft.ExceptionMessageBox.dll)

Синтаксис

'Декларация
Public Shared ReadOnly Property CancelButtonText As String 
    Get
'Применение
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

Значение свойства

Тип: System.String
A String value.

Замечания

The CancelButtonText property specifies customized button text while it maintains the functionality of the Cancel button.

См. также

Справочник

ExceptionMessageBox Класс

Пространство имен Microsoft.SqlServer.MessageBox