C# Class VietOCR.NET.Controls.TextBoxContextMenuStrip

Show file Open project: nguyenq/VietOCR3.NET

Public Methods

Method Description
ChangeUILanguage ( ) : void
RepopulateContextMenu ( ) : 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.

TextBoxContextMenuStrip_Opening ( object sender, System e ) : void
miCopy_Click ( object sender, System e ) : void
miCut_Click ( object sender, System e ) : void
miDelete_Click ( object sender, System e ) : void
miPaste_Click ( object sender, System e ) : void
miSelectAll_Click ( object sender, System e ) : void
miUndo_Click ( object sender, System e ) : void

Method Details

ChangeUILanguage() public method

public ChangeUILanguage ( ) : 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

RepopulateContextMenu() public method

public RepopulateContextMenu ( ) : void
return void