ToolPart.OnInit method

Allows or disallows minimizing of the control in response to the Init event of the control.

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

Syntax

'Declaration
Protected Overrides Sub OnInit ( _
    e As EventArgs _
)
'Usage
Dim e As EventArgs

Me.OnInit(e)
protected override void OnInit(
    EventArgs e
)

Parameters

See also

Reference

ToolPart class

ToolPart members

Microsoft.SharePoint.WebPartPages namespace