C# Class ATMLCommonLibrary.controls.lists.ATMLListControl

Afficher le fichier Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Protected Properties

Свойство Type Description
btnAdd System.Windows.Forms.ToolStripButton
btnDelete System.Windows.Forms.ToolStripButton
btnEdit System.Windows.Forms.ToolStripButton
btnFind System.Windows.Forms.ToolStripButton
btnMoveDown System.Windows.Forms.ToolStripButton
btnMoveUp System.Windows.Forms.ToolStripButton
components System.ComponentModel.IContainer
lvList System.Windows.Forms.ListView
toolStrip System.Windows.Forms.ToolStrip

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.

Method Details

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

Property Details

btnAdd protected_oe property

protected System.Windows.Forms.ToolStripButton btnAdd
Résultat System.Windows.Forms.ToolStripButton

btnDelete protected_oe property

protected System.Windows.Forms.ToolStripButton btnDelete
Résultat System.Windows.Forms.ToolStripButton

btnEdit protected_oe property

protected System.Windows.Forms.ToolStripButton btnEdit
Résultat System.Windows.Forms.ToolStripButton

btnFind protected_oe property

protected System.Windows.Forms.ToolStripButton btnFind
Résultat System.Windows.Forms.ToolStripButton

btnMoveDown protected_oe property

protected System.Windows.Forms.ToolStripButton btnMoveDown
Résultat System.Windows.Forms.ToolStripButton

btnMoveUp protected_oe property

protected System.Windows.Forms.ToolStripButton btnMoveUp
Résultat System.Windows.Forms.ToolStripButton

components protected_oe property

Required designer variable.
protected System.ComponentModel.IContainer components
Résultat System.ComponentModel.IContainer

lvList protected_oe property

protected System.Windows.Forms.ListView lvList
Résultat System.Windows.Forms.ListView

toolStrip protected_oe property

protected System.Windows.Forms.ToolStrip toolStrip
Résultat System.Windows.Forms.ToolStrip