Glossaria.net

Glossary Visual Basic / Term

ClipBoard

ClipBoard

Provides access to the system Clipboard. The Clipboard object is used to manipulate text and graphics on the Clipboard. You can use this object to enable a user to copy, cut, and paste text in your application. Before copying any material to the Clipboard object, you should clear its contents by as performing a Clear method, such as Clipboard.Clear. The Clipboard object is shared by all Windows applications, and thus, the contents are subject to change whenever you switch to another application.

Permanent link ClipBoard - Creation date 2020-06-07


< client computer Glossary / Visual Basic ClipControls >