Fusion8 Design Relational ListControl Class Library

RelationalDropDownList.CreateControlCollection Method 

[This is preliminary documentation and subject to change.]

Overrides CreateControlCollection to disable adding child controls to this control.

[Visual Basic]
Overrides Protected Function CreateControlCollection() As ControlCollection
[C#]
protected override ControlCollection CreateControlCollection();

Return Value

Returns an EmptyControlCollection.

Remarks

As implemented, returns an EmptyControlCollection to disable adding child controls to this control.

See Also

RelationalDropDownList Class | Fusion8Design.WebControls.UI Namespace