MindFusion WinForms Programmer's Guide
RepeaterSource.CreateControl Method
See Also
 





Creates a Control representing specified item.

Namespace: MindFusion.Common.WinForms
Assembly: MindFusion.Common.WinForms

 Syntax

C#  Copy Code

Control CreateControl (
    int index
)

Visual Basic  Copy Code

Function CreateControl( _
    index As Integer _
) As Control

 Parameters

index

Index of the item.

 Return Value

Instance of a Control-derived class.

 See Also

RepeaterSource Members
RepeaterSource Interface
MindFusion.Common.WinForms Namespace