Clipboard Class

CVB.Net Documentation
Mimics the class Clipboard by additional static functions.
Inheritance Hierarchy

SystemObject
  Stemmer.Cvb.FormsClipboard

Namespace:  Stemmer.Cvb.Forms
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

public static class Clipboard

The Clipboard type exposes the following members.

Methods

  NameDescription
Public methodStatic memberContainsImage
Check whether the clipboard contains data that can be directly pasted into a CVB image.
Public methodStatic memberGetImage
Get a Image currently stored in the clipboard.
Public methodStatic memberSetImage
Copy a Image object to the clipboard.
Top
See Also

Reference