共用方式為


ToolPane.Apply property

取得表示 [工具] 窗格的 [ Apply ] 按鈕的System.Web.UI.WebControls.Button物件。

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

Syntax

'宣告
Public ReadOnly Property Apply As Button
    Get
'用途
Dim instance As ToolPane
Dim value As Button

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

Property value

Type: System.Web.UI.WebControls.Button
System.Web.UI.WebControls.Button物件,表示 [ Apply ] 按鈕。

請參閱

參照

ToolPane class

ToolPane members

Microsoft.SharePoint.WebPartPages namespace