ToolPane.Cancel Property
Gets a System.Web.UI.WebControls.Button object that represents the Cancel 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 Cancel As Button
Get
'Usage
Dim instance As ToolPane
Dim value As Button
value = instance.Cancel
public Button Cancel { get; }
Property Value
Type: System.Web.UI.WebControls.Button
A System.Web.UI.WebControls.Button object that represents the Cancel button.