Share via


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)
Available in Sandboxed Solutions: No

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