C# Class UlteriusServer.Api.Services.ScreenShare.ClipboardNotifications.NotificationForm

Hidden form to recieve the WM_CLIPBOARDUPDATE message.
Inheritance: System.Windows.Forms.Form
Show file Open project: Ulterius/server

Public Methods

Method Description
NotificationForm ( ) : System

Protected Methods

Method Description
WndProc ( Message &m ) : void

Method Details

NotificationForm() public method

public NotificationForm ( ) : System
return System

WndProc() protected method

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
return void