Click or drag to resize

Screens Class

Screens Class Fields, Properties and Methods.
Inheritance Hierarchy
SystemObject
  ConneXionScreens

Namespace:  ConneXion
Assembly:  ConneXion (in ConneXion.dll) Version: 2020.0
Syntax
[SerializableAttribute]
public class Screens : ICollection

The Screens type exposes the following members.

Constructors
  NameDescription
Public methodScreens
Initializes a new instance of the Screens class
Top
Properties
  NameDescription
Public propertyCount
Gets the number of items in the Screen array list
Public propertyIsSynchronized
Gets the boolean value indicating whether access to the ICollection is synchronized
Public propertyItem
Gets the Screen Item
Public propertySyncRoot
Gets the Screens object that can be used to synchronize access to ICollection
Top
Methods
  NameDescription
Public methodAdd
Adds Screen object at the end of the Screen array list
Public methodCopyTo
Copies the entire Screen array list to the target array(a) starting at the specific index of the array(index)
Public methodGetEnumerator
An enumerator that iterates through the Screen array list
Top
Fields
  NameDescription
Public fieldCollectionName
Collection Name
Top
See Also