TreeViewDesigner.Initialize Method (IComponent)

 

When overridden in a derived class, provides for custom initialization of the given TreeView control.

Namespace:   System.Web.UI.Design.WebControls
Assembly:  System.Design (in System.Design.dll)

Public Overrides Sub Initialize (
	component As IComponent
)

Parameters

component
Type: System.ComponentModel.IComponent

An IComponent that can be cast as a TreeView.

.NET Framework
Available since 2.0
Return to top
Show: