SDG Toolkit

Mouse.MouseCollection Class

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

For a list of all members of this type, see Mouse.MouseCollection Members.

System.Object
   System.Collections.ReadOnlyCollectionBase
      Sdgt.Mouse.MouseCollection

public class Mouse.MouseCollection : 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 mice 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 mice on the system.

Requirements

Namespace: Sdgt

Assembly: Sdgt 2.0.0.9 (in Sdgt 2.0.0.9.dll)

See Also

Mouse.MouseCollection Members | Sdgt Namespace