ToolPane.OK property
Obtém um objeto System.Web.UI.WebControls.Button que representa o botão OK no painel de ferramentas.
Namespace: Microsoft.SharePoint.WebPartPages
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Syntax
'Declaração
Public ReadOnly Property OK As Button
Get
'Uso
Dim instance As ToolPane
Dim value As Button
value = instance.OK
public Button OK { get; }
Property value
Type: System.Web.UI.WebControls.Button
Um objeto System.Web.UI.WebControls.Button que representa o botão de OK .