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
protected override Control..::..ControlCollection CreateControlsInstance()
protected:
virtual Control..::..ControlCollection^ CreateControlsInstance() override
abstract CreateControlsInstance : unit -> Control..::..ControlCollection
override CreateControlsInstance : unit -> Control..::..ControlCollection
protected override function CreateControlsInstance() : Control..::..ControlCollection
Return Value
Type: System.Windows.Forms.Control.ControlCollection
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.VisualBasic.PowerPacks Namespace