Свойство NoButtonText

Gets the default text for the No button

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

Синтаксис

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

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

Тип: System. . :: . .String
A String value.

Замечания

The NoButtonText property specifies customized button text while it maintains the functionality of the No button.