DataRepeater.CreateControlsInstance Method

This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.

This member overrides the CreateControlsInstance method.

Namespace:  Microsoft.VisualBasic.PowerPacks
Assembly:  Microsoft.VisualBasic.PowerPacks.Vs (in Microsoft.VisualBasic.PowerPacks.Vs.dll)

Syntax

'Declaration
Protected Overrides Function CreateControlsInstance As Control.ControlCollection
'Usage
Dim returnValue As Control.ControlCollection 

returnValue = Me.CreateControlsInstance()
protected override Control.ControlCollection CreateControlsInstance()
protected:
virtual Control.ControlCollection^ CreateControlsInstance() override
protected override function CreateControlsInstance() : Control.ControlCollection

Return Value

Type: System.Windows.Forms.Control.ControlCollection

.NET Framework Security

See Also

Reference

DataRepeater Class

DataRepeater Members

Microsoft.VisualBasic.PowerPacks Namespace

Other Resources

Introduction to the DataRepeater Control (Visual Studio)