C# Class ATMLCommonLibrary.controls.lists.ATMLListControl

Show file Open project: UtrsSoftware/ATMLWorkBench Class Usage Examples

Protected Properties

Property 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

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.

Method Details

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

Property Details

btnAdd protected property

protected System.Windows.Forms.ToolStripButton btnAdd
return System.Windows.Forms.ToolStripButton

btnDelete protected property

protected System.Windows.Forms.ToolStripButton btnDelete
return System.Windows.Forms.ToolStripButton

btnEdit protected property

protected System.Windows.Forms.ToolStripButton btnEdit
return System.Windows.Forms.ToolStripButton

btnFind protected property

protected System.Windows.Forms.ToolStripButton btnFind
return System.Windows.Forms.ToolStripButton

btnMoveDown protected property

protected System.Windows.Forms.ToolStripButton btnMoveDown
return System.Windows.Forms.ToolStripButton

btnMoveUp protected property

protected System.Windows.Forms.ToolStripButton btnMoveUp
return System.Windows.Forms.ToolStripButton

components protected property

Required designer variable.
protected System.ComponentModel.IContainer components
return System.ComponentModel.IContainer

lvList protected property

protected System.Windows.Forms.ListView lvList
return System.Windows.Forms.ListView

toolStrip protected property

protected System.Windows.Forms.ToolStrip toolStrip
return System.Windows.Forms.ToolStrip