AODL.Document.Forms.Controls.ODFComboBox.ODFComboBox C# (CSharp) Method

ODFComboBox() public method

Creates an ODFComboBox
public ODFComboBox ( ODFForm ParentForm, ContentCollection contentCollection, string id ) : System
ParentForm AODL.Document.Forms.ODFForm Parent form that the control belongs to
contentCollection ContentCollection Collection of content where the control will be referenced
id string Control ID. Please specify a unique ID!
return System
		public ODFComboBox(ODFForm ParentForm, ContentCollection contentCollection, string id): base (ParentForm, contentCollection, id)
		{
			_items = new ODFItemCollection();
			RestoreItemEvents();
		}

Same methods

ODFComboBox::ODFComboBox ( ODFForm ParentForm, ContentCollection contentCollection, string id, string x, string y, string width, string height ) : System
ODFComboBox::ODFComboBox ( ODFForm ParentForm, XmlNode node ) : System