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





Disposes the Control for specified item.

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

 Syntax

C#  Copy Code

void DisposeControl (
    Control control,
    int index
)

Visual Basic  Copy Code

Sub DisposeControl( _
    control As Control, _
    index As Integer _
)

 Parameters

control

A Control instance to dispose of.

index

Index of the item.

 See Also

RepeaterSource Members
RepeaterSource Interface
MindFusion.Common.WinForms Namespace