C# Class exceltk.Clipborad.ClipboradMonitor

Inheritance: System.Windows.Forms.Form
Mostra file Open project: fanfeilong/exceltk

Public Methods

Method Description
ClipboradMonitor ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnShown ( EventArgs e ) : void
WndProc ( System &m ) : void

Private Methods

Method Description
CellValue ( string cell ) : string
ChangeClipboardChain ( IntPtr hWndRemove, IntPtr hWndNewNext ) : bool
GetTableFromHtml ( object src ) : DataTable
GetTableFromRtfString ( string src ) : DataTable
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

OnChangeClipboardHtml ( object src ) : void
OnChangeClipboardRtf ( object src ) : void
OnChangeClipboardText ( string src ) : void
ParseClipborad ( ) : void
SendMessage ( IntPtr hwnd, int wMsg, IntPtr wParam, IntPtr lParam ) : int
SetClipboard ( string value ) : void
SetClipboardViewer ( int hWndNewViewer ) : int

Method Details

ClipboradMonitor() public method

public ClipboradMonitor ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
return void

OnShown() protected method

protected OnShown ( EventArgs e ) : void
e EventArgs
return void

WndProc() protected method

protected WndProc ( System &m ) : void
m System
return void