ToolPane.Cancel property
取得表示 [工具] 窗格的 [ Cancel ] 按鈕的System.Web.UI.WebControls.Button物件。
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'宣告
Public ReadOnly Property Cancel As Button
Get
'用途
Dim instance As ToolPane
Dim value As Button
value = instance.Cancel
public Button Cancel { get; }
Property value
Type: System.Web.UI.WebControls.Button
System.Web.UI.WebControls.Button物件,表示 [ Cancel ] 按鈕。