AODL.Document.Forms.Controls.ODFListBox.ODFListBox C# (CSharp) Метод

ODFListBox() публичный Метод

public ODFListBox ( ODFForm ParentForm, XmlNode node ) : System
ParentForm AODL.Document.Forms.ODFForm
node System.Xml.XmlNode
Результат System
		public ODFListBox(ODFForm ParentForm, XmlNode node): base(ParentForm, node)
		{
			_options = new ODFOptionCollection();
			RestoreOptionEvents();
		}

Same methods

ODFListBox::ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ODFListBox::ODFListBox ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System