ToolPane.Apply property

Gets a System.Web.UI.WebControls.Button object that represents the Apply button of the tool pane.

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'Declaration
Public ReadOnly Property Apply As Button
    Get
'Usage
Dim instance As ToolPane
Dim value As Button

value = instance.Apply
public Button Apply { get; }

Property value

Type: System.Web.UI.WebControls.Button
A System.Web.UI.WebControls.Button object that represents the Apply button.

See also

Reference

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace