C# Class PLink.MainForm

Description of MainForm.
Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: easylogic/plink Class Usage Examples

Public Properties

Property Type Description
CapturePLinkToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
mnuNotify System.Windows.Forms.ContextMenuStrip
panel1 System.Windows.Forms.Panel
tabsViews System.Windows.Forms.TabControl

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

Method Description
CapturePLinkToolStripMenuItemClick ( object sender, System e ) : void
CloseToolStripMenuItemClick ( object sender, System e ) : void
InitializeComponent ( ) : void

This method is required for Windows Forms designer support. Do not change the method contents inside the source code editor. The Forms designer might not be able to load this method if it was changed manually.

Method Details

Dispose() protected method

Disposes resources used by the form.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

Property Details

CapturePLinkToolStripMenuItem public_oe property

public ToolStripMenuItem,System.Windows.Forms CapturePLinkToolStripMenuItem
return System.Windows.Forms.ToolStripMenuItem

mnuNotify public_oe property

public ContextMenuStrip,System.Windows.Forms mnuNotify
return System.Windows.Forms.ContextMenuStrip

panel1 public_oe property

public Panel,System.Windows.Forms panel1
return System.Windows.Forms.Panel

tabsViews public_oe property

public TabControl,System.Windows.Forms tabsViews
return System.Windows.Forms.TabControl