C# Class PLink.MainForm

Description of MainForm.
Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: easylogic/plink Class Usage Examples

Méthodes publiques

Свойство Type Description
CapturePLinkToolStripMenuItem System.Windows.Forms.ToolStripMenuItem
mnuNotify System.Windows.Forms.ContextMenuStrip
panel1 System.Windows.Forms.Panel
tabsViews System.Windows.Forms.TabControl

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Disposes resources used by the form.

Private Methods

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

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

Property Details

CapturePLinkToolStripMenuItem public_oe property

public ToolStripMenuItem,System.Windows.Forms CapturePLinkToolStripMenuItem
Résultat System.Windows.Forms.ToolStripMenuItem

mnuNotify public_oe property

public ContextMenuStrip,System.Windows.Forms mnuNotify
Résultat System.Windows.Forms.ContextMenuStrip

panel1 public_oe property

public Panel,System.Windows.Forms panel1
Résultat System.Windows.Forms.Panel

tabsViews public_oe property

public TabControl,System.Windows.Forms tabsViews
Résultat System.Windows.Forms.TabControl