ComponentOne WebMenus and WebBars for ASP.NET (2.0) Search HelpCentral 

C1WebContentItem.Add Method

Adds the specified Control object to the Panel Group's body.

[Visual Basic]

Public Sub Add( _

ByVal control As Control _

)

[C#]

public void Add(

Control control

);

[Delphi]

public procedure Add(

control: Control

);

Parameters

control

The Control object to add to the group.

Remarks

Use this property to add controls to the group programmically.

Example

See Also

C1WebContentItem Class | C1WebContentItem Members | C1.Web.Command Namespace


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.