Removes item from list.

Namespace:  C1.Web.UI.Controls.C1ToolBar
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public void Remove(
	IC1ToolBarItemCollectionOwner child
)
Visual Basic (Declaration)
Public Sub Remove ( _
	child As IC1ToolBarItemCollectionOwner _
)

Parameters

child
Type: C1.Web.UI.Controls.C1ToolBar..::..IC1ToolBarItemCollectionOwner
The specified IC1ToolBarItemCollectionOwner object.

See Also