Compartilhar via


ToolPane.Cancel property

Obtém um objeto System.Web.UI.WebControls.Button que representa o botão Cancel do painel de ferramentas.

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

Syntax

'Declaração
Public ReadOnly Property Cancel As Button
    Get
'Uso
Dim instance As ToolPane
Dim value As Button

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

Property value

Type: System.Web.UI.WebControls.Button
Um objeto System.Web.UI.WebControls.Button que representa o botão de Cancel .

Ver também

Referência

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace