ToolPane.GetShowToolPaneEvent Method
Include Protected Members
Include Inherited Members
Returns a string of ECMAScript (such as JavaScript) which, if executed on the client, causes a tool pane to open in the specified view for the specified Web Part.
Overload List
Name | Description | |
---|---|---|
GetShowToolPaneEvent(WebPart, ToolPane.ToolPaneView) | Obsolete. Returns a string of ECMAScript (such as JavaScript) which, if executed on the client, causes a tool pane to open in the specified view for the specified Web Part. | |
GetShowToolPaneEvent(WebPart, WebPartDisplayMode) | Returns a string of ECMAScript (such as JavaScript) which, if executed on the client, causes a tool pane to open in the specified view for the specified Web Part. |
Top