Serial port and GPS

Clip Class

Access to clipboard

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

System.Object
   serial.Clip

[Visual Basic]
Public Class Clip
[C#]
public class Clip

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

Generally the same as System.Windows.Forms.Clipboard bud simplifies access to some non standard data types which can be located in the clipboard. Don't forget to use attribute [STAThread] for the main method if compiling for a desktop windows version. Remaining operating systems, including also windows mobile, don't seem to need this attribute.

Requirements

Namespace: serial

Assembly: sgps (in sgps.exe)

See Also

Clip Members | serial Namespace