2 using System.Collections;
3 using System.Collections.Generic;
6 namespace Seci.LabView.Controls
18 public LvEnum(String name, SerialisableList<int> indices)
24 _clusterIndices = (Seci.SerialisableList<
int>)indices.Clone();
34 return _name +
" (Enum)";
override String GetControlType()
override String GetNameAndType()
Overriden method which return the name and type of the control.
This class inherits from LVControl class and is specialised for Enum controls.
LvEnum(String name, SerialisableList< int > indices)
Constructor
This class is the abstract base class of the objects used to store the VI control information...