C# Class ClipboardHelper.ClipboardForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Yodadude/ClipboardHelper Class Usage Examples

Méthodes publiques

Méthode Description
ClipboardForm ( ) : System
CopySelectedText ( ) : void
GetItems ( ) : string[]
InsertSelectedItem ( ) : void
SetItems ( string items ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

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

public ClipboardForm ( ) : System
Résultat System

CopySelectedText() public méthode

public CopySelectedText ( ) : void
Résultat void

Dispose() protected méthode

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

GetItems() public méthode

public GetItems ( ) : string[]
Résultat string[]

InsertSelectedItem() public méthode

public InsertSelectedItem ( ) : void
Résultat void

SetItems() public méthode

public SetItems ( string items ) : void
items string
Résultat void