Click or drag to resize

GlobalScriptsList Class

A list of GlobalScript objects.
Inheritance Hierarchy
SystemObject
  RRAutoLib.CTCCtcObjectListBaseGlobalScript
    RRAutoLib.CTCGlobalScriptsList

Namespace:  RRAutoLib.CTC
Assembly:  RRAutoLib (in RRAutoLib.dll) Version: 4.0.8678.28884
Syntax
<SerializableAttribute>
Public NotInheritable Class GlobalScriptsList
	Inherits CtcObjectListBase(Of GlobalScript)

The GlobalScriptsList type exposes the following members.

Properties
Methods
  NameDescription
Public methodAdd
Creates and adds a new object to the CTC list.
(Inherited from CtcObjectListBaseT.)
Public methodAdd(T)
Adds a given object to the CTC list.
(Inherited from CtcObjectListBaseT.)
Public methodContains (Inherited from CtcObjectListBaseT.)
Public methodGetEnumerator (Inherited from CtcObjectListBaseT.)
Public methodGetEnumeratorOfT (Inherited from CtcObjectListBaseT.)
Public methodMoveFirst
Repositions list item to be first in the list.
(Inherited from CtcObjectListBaseT.)
Public methodMoveLast
Repositions list item to be last in the list.
(Inherited from CtcObjectListBaseT.)
Public methodRemove
Removes an object from the CTC list.
(Inherited from CtcObjectListBaseT.)
Top
See Also