SDG Toolkit

Keyboard.KeyboardCollection Class

A class which inherits from ReadOnlyCollection Base and represents a collection of keyboards

For a list of all members of this type, see Keyboard.KeyboardCollection Members.

System.Object
   System.Collections.ReadOnlyCollectionBase
      Sdgt.Keyboard.KeyboardCollection

public class Keyboard.KeyboardCollection : ReadOnlyCollectionBase

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

To access different keyboards on the system a collection class was needed. This class will provide array access to the class and will provide a count of the total number of keyboards on the system.

Requirements

Namespace: Sdgt

Assembly: Sdgt 2.0.0.9 (in Sdgt 2.0.0.9.dll)

See Also

Keyboard.KeyboardCollection Members | Sdgt Namespace