C# Class ATMLCommonLibrary.controls.ItemDescriptionReferenceControl

Show file Open project: UtrsSoftware/ATMLWorkBench

Protected Properties

Property Type Description
documentReferenceControl ATMLCommonLibrary.controls.document.DocumentReferenceControl
itemDescriptionControl ItemDescriptionControl
panel1 System.Windows.Forms.Panel
rbDefinition System.Windows.Forms.RadioButton
rbDocumentReference System.Windows.Forms.RadioButton

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

documentReferenceControl protected property

protected DocumentReferenceControl,ATMLCommonLibrary.controls.document documentReferenceControl
return ATMLCommonLibrary.controls.document.DocumentReferenceControl

itemDescriptionControl protected property

protected ItemDescriptionControl,ATMLCommonLibrary.controls itemDescriptionControl
return ItemDescriptionControl

panel1 protected property

protected System.Windows.Forms.Panel panel1
return System.Windows.Forms.Panel

rbDefinition protected property

protected System.Windows.Forms.RadioButton rbDefinition
return System.Windows.Forms.RadioButton

rbDocumentReference protected property

protected System.Windows.Forms.RadioButton rbDocumentReference
return System.Windows.Forms.RadioButton