C# Class ClipboardHelper.ClipboardForm

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Yodadude/ClipboardHelper Class Usage Examples

Public Methods

Method Description
ClipboardForm ( ) : System
CopySelectedText ( ) : void
GetItems ( ) : string[]
InsertSelectedItem ( ) : void
SetItems ( string items ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

Swap ( Direction direction ) : void
buttonCopy_Click ( object sender, EventArgs e ) : void
buttonDeleteAll_Click ( object sender, EventArgs e ) : void
buttonDelete_Click ( object sender, EventArgs e ) : void
buttonInsert_Click ( object sender, EventArgs e ) : void
buttonMoveDown_Click ( object sender, EventArgs e ) : void
buttonMoveUp_Click ( object sender, EventArgs e ) : void
listBoxItems_DoubleClick ( object sender, EventArgs e ) : void
listBoxItems_SelectedIndexChanged ( object sender, EventArgs e ) : void
textBoxClip_TextChanged ( object sender, EventArgs e ) : void

Method Details

ClipboardForm() public method

public ClipboardForm ( ) : System
return System

CopySelectedText() public method

public CopySelectedText ( ) : void
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

GetItems() public method

public GetItems ( ) : string[]
return string[]

InsertSelectedItem() public method

public InsertSelectedItem ( ) : void
return void

SetItems() public method

public SetItems ( string items ) : void
items string
return void