DataRepeaterDesigner Class

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

Syntax

'Declaration
Public Class DataRepeaterDesigner _
    Inherits ParentControlDesigner
'Usage
Dim instance As DataRepeaterDesigner
public class DataRepeaterDesigner : ParentControlDesigner
public ref class DataRepeaterDesigner : public ParentControlDesigner
public class DataRepeaterDesigner extends ParentControlDesigner

Inheritance Hierarchy

System.Object
  System.ComponentModel.Design.ComponentDesigner
    System.Windows.Forms.Design.ControlDesigner
      System.Windows.Forms.Design.ParentControlDesigner
        Microsoft.VisualBasic.PowerPacks.Design.DataRepeaterDesigner

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

DataRepeaterDesigner Members

Microsoft.VisualBasic.PowerPacks.Design Namespace