Share via


ButtonPanel.OKButton Property

Displays the OK button in the ButtonPanel control.

Namespace:  Microsoft.SqlServer.Management.Controls
Assembly:  Microsoft.SqlServer.Management.Controls (in Microsoft.SqlServer.Management.Controls.dll)

Syntax

'Declaration
Protected ReadOnly Property OKButton As Button
    Get
'Usage
Dim value As Button

value = Me.OKButton
protected Button OKButton { get; }
protected:
property Button^ OKButton {
    Button^ get ();
}
member OKButton : Button
function get OKButton () : Button

Property Value

Type: System.Windows.Forms.Button
The object button.