ToolPane.OK Property
Gets a System.Web.UI.WebControls.Button object that represents the OK button on the tool pane.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public ReadOnly Property OK As Button
Get
'Usage
Dim instance As ToolPane
Dim value As Button
value = instance.OK
public Button OK { get; }
Property Value
Type: System.Web.UI.WebControls.Button
A System.Web.UI.WebControls.Button object that represents the OK button.