C# Класс ClipBoard.MainForm

Наследование: System.Windows.Forms.Form
Показать файл Открыть проект Примеры использования класса

Открытые свойства

Свойство Тип Описание
list System.Windows.Forms.ListView

Открытые методы

Метод Описание
MainForm ( ) : System
keyPressedHandler ( Keys keys ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

WndProc ( Message &m ) : void

Приватные методы

Метод Описание
CreateRoundRectRgn ( int nLeftRect, int nTopRect, int nRightRect, int nBottomRect, int nWidthEllipse, int nHeightEllipse ) : IntPtr
Form_MouseDown ( object sender, MouseEventArgs e ) : void
InitializeComponent ( ) : void

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

MainForm_FormClosing ( Object sender, FormClosingEventArgs e ) : void
MainForm_Load ( object sender, EventArgs e ) : void
MainForm_Resize ( object sender, EventArgs e ) : void
addClipBoardRecord ( string content ) : void
copyTextToClipBoard ( ) : void
copyTextToClipboardAndPaste ( ) : void
getClipBoardRecordViaContent ( string content ) : ClipBoard.ClipBoardRecord
handleClipboardChanged ( ) : void
hideScreen ( ) : void
incrementPasted ( string content ) : void
labelMinimize_Click ( object sender, EventArgs e ) : void
linkLabelGitHub_LinkClicked ( object sender, System.Windows.Forms.LinkLabelLinkClickedEventArgs e ) : void
listView_DoubleClick ( object sender, EventArgs e ) : void
listView_KeyDown ( object sender, KeyEventArgs e ) : void
listView_MouseClick ( object sender, MouseEventArgs e ) : void
loadContent ( string contentFileName ) : void
notifyIcon_Click ( object sender, EventArgs e ) : void
notifyIcon_MouseClick ( object sender, MouseEventArgs e ) : void
recordPaste ( ) : void
removeClipBoardRecordViaContent ( string content ) : void
removeToolStripMenuItem_Click ( object sender, EventArgs e ) : void
resizeForm ( ) : void

Function to resize the heigh of this WinForm based on the number of itmes in the lists

saveToolStripMenuItem_Click ( object sender, EventArgs e ) : void
showScreen ( ) : void
updateList ( ) : void
writeToCsv ( ) : void

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

MainForm() публичный Метод

public MainForm ( ) : System
Результат System

WndProc() защищенный Метод

protected WndProc ( Message &m ) : void
m System.Windows.Forms.Message
Результат void

keyPressedHandler() публичный Метод

public keyPressedHandler ( Keys keys ) : void
keys Keys
Результат void

Описание свойств

list публичное свойство

public ListView,System.Windows.Forms list
Результат System.Windows.Forms.ListView