Свойство OKButtonText

Gets the default text for the OK button

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

Синтаксис

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

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

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

Замечания

The OKButtonText property specifies customized button text while it maintains the functionality of the OK button.