C# Class exceltk.Clipborad.ClipboradMonitor

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: fanfeilong/exceltk

Méthodes publiques

Méthode Description
ClipboradMonitor ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Private Methods

Méthode 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 méthode

public ClipboradMonitor ( ) : System
Résultat System

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnShown() protected méthode

protected OnShown ( EventArgs e ) : void
e EventArgs
Résultat void

WndProc() protected méthode

protected WndProc ( System &m ) : void
m System
Résultat void