Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / ClipboardChangeNotifier Class
Members


ClipboardChangeNotifier Class
Provides a way to receive notifications of changes to the content of the Clipboard using the Windows API.
Syntax
'Declaration
 
Public Class ClipboardChangeNotifier 
   Inherits System.Windows.Forms.NativeWindow
 
'Usage
 
Dim instance As ClipboardChangeNotifier
Remarks
To be a part of the change notification you need to register a window in the Clipboard Viewer Chain. This provides notification messages to the window whenever the Clipboard changes, and also messages associated with managing the chain. This class manages the detail of keeping the chain intact and ensuring that the application is removed from the chain at the right point.
Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.Windows.Forms.NativeWindow
         FarPoint.Win.ClipboardChangeNotifier

See Also