Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot.Labels Namespace / LabelList Class
Members

In This Topic
    LabelList Class
    In This Topic
    Label collection.
    Syntax
    'Declaration
     
    Public Class LabelList 
       Inherits devDept.Eyeshot.EyeshotCollection(Of Label)
    public class LabelList : devDept.Eyeshot.EyeshotCollection<Label> 
    Inheritance Hierarchy

    System.Object
          devDept.Eyeshot.Labels.LabelList

    See Also