Name | Description | |
---|---|---|
![]() | ClipboardChangeNotifier Constructor | Constructs a new instance of this class. |
The following tables list the members exposed by ClipboardChangeNotifier.
Name | Description | |
---|---|---|
![]() | ClipboardChangeNotifier Constructor | Constructs a new instance of this class. |
Name | Description | |
---|---|---|
![]() | disposed | Whether this class has been disposed or not. |
![]() | installedHandle | Window for which Clipboard change notification was installed. |
![]() | nextViewerHandle | The next handle in the Clipboard viewer chain when the Clipboard notification is installed, otherwise System.IntPtr.Zero. |
Name | Description | |
---|---|---|
![]() | Handle | (Inherited from System.Windows.Forms.NativeWindow) |
Name | Description | |
---|---|---|
![]() | AssignHandle | (Inherited from System.Windows.Forms.NativeWindow) |
![]() | CreateHandle | (Inherited from System.Windows.Forms.NativeWindow) |
![]() | CreateObjRef | (Inherited from System.MarshalByRefObject) |
![]() | DefWndProc | (Inherited from System.Windows.Forms.NativeWindow) |
![]() | DestroyHandle | (Inherited from System.Windows.Forms.NativeWindow) |
![]() | Dispose | Uninstalls Clipboard event notifications if necessary during dispose of this object. |
![]() | GetLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | InitializeLifetimeService | (Inherited from System.MarshalByRefObject) |
![]() | Install | Installs Clipboard change notification. The AssignHandle method of this class must have been called first. |
![]() | ReleaseHandle | (Inherited from System.Windows.Forms.NativeWindow) |
![]() | Uninstall | Uninstalls Clipboard change notification. |
Name | Description | |
---|---|---|
![]() | Finalize | Overridden. Destructor |
![]() | MemberwiseClone | Overloaded. (Inherited from System.MarshalByRefObject) |
![]() | OnClipboardChanged | Raises the ClipboardChanged event. |
![]() | OnHandleChange | Overridden. Responds to Window Handle change events and uninstalls the Clipboard change notification if it is installed. |
![]() | OnThreadException | (Inherited from System.Windows.Forms.NativeWindow) |
![]() | WndProc | Overridden. Provides default WndProc processing and responds to Clipboard change notifications. |
Name | Description | |
---|---|---|
![]() | ClipboardChanged | Notifies of a change to the clipboard's content. |