Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Sets the ClientOnClickScript property by using the client-side Ecma script that causes a post back by using the specified server control.
Namespace: Microsoft.SharePoint.WebControls
Assembly: Microsoft.SharePoint (in Microsoft.SharePoint.dll)
Available in Sandboxed Solutions: No
Syntax
'Declaration
Public Sub ClientOnClickUsingPostBackEventFromControl ( _
control As Control _
)
'Usage
Dim instance As MenuItemTemplate
Dim control As Control
instance.ClientOnClickUsingPostBackEventFromControl(control)
public void ClientOnClickUsingPostBackEventFromControl(
Control control
)
Parameters
control
Type: System.Web.UI.ControlThe server control to process the post back.