[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=WinElement Inherit=Control,ListControl Interfaces=Object,MarshalByRefObject,Component,ControlManager Info=Represents a Windows combo box control Category=Common [Handlers] DataSource=DataSource [Edit] Class=ComboBox Text=Text Color=BackColor [Property] Width= | |121 Height= | |21 BackColor= | |clWindow ForeColor= | |clWindowText Text= | |ComboBox +List=Sets default list of items. ARG(string[])|5| @AutoCompleteCustomSource=Sets a custom System.Collections.Specialized.StringCollection to use when the AutoCompleteSource property is set to CustomSource. ARG(AutoCompleteStringCollection)|20|(empty)|AutoCompleteStringCollection @AutoCompleteMode=Sets an option that controls how automatic completion works for the ComboBox. ARG(AutoCompleteMode)|14|0|None,Suggest,Append,SuggestAppend @AutoCompleteSource=Sets a value specifying the source of complete strings used for automatic completion. ARG(AutoCompleteSource)|14|7|FileSystem,HistoryList,RecentlyUsedList,AllUrl,AllSystemSources,FileSystemDirectories,CustomSource,None,ListItems @DrawMode=Sets a value indicating whether your code or the operating system will handle drawing of elements in the list. ARG(DrawMode)|14|0|Normal,OwnerDrawFixed,OwnerDrawVariable @DropDownHeight=Sets the height in pixels of the drop-down portion of the ComboBox. ARG(int)|1|106 @DropDownStyle=Sets a value specifying the style of the combo box. ARG(ComboBoxStyle)|14|1|Simple,DropDown,DropDownList @DropDownWidth=Sets the width of the of the drop-down portion of a combo box. ARG(int)|1|121 @FlatStyle=Sets the appearance of the ComboBox. ARG(FlatStyle)|14|2|Flat,Popup,Standard,System @IntegralHeight=Sets a value indicating whether the control should resize to avoid showing partial items. ARG(bool)|14|0|True,False @ItemHeight=Sets the height of an item in the combo box. ARG(int)|1|13 @MaxDropDownItems=Sets the maximum number of items to be shown in the drop-down portion of the ComboBox. ARG(int)|1|8 @MaximumSize=Sets the size that is the upper limit that ARG(Size)|20|(empty)|Size @MaxLength=Sets the number of characters a user can type into the ComboBox. ARG(int)|1|0 @MinimumSize=Sets the size that is the lower limit that ARG(Size)|20|(empty)|Size @Sorted=Sets a value indicating whether the items in the combo box are sorted. ARG(bool)|14|1|True,False @Text=Sets the text associated with this control. ARG(string)|2|ComboBox [Methods] *doBeginUpdate=Maintains performance when items are added to the ComboBox one at a time. ARG()|1|0 *doConstructor=Initializes a new instance of the ComboBox class. ARG()|1|0 *doDroppedDown=Sets a value indicating whether the combo box is displaying its drop-down portion. ARG(bool)|1|0 *doEndUpdate=Resumes painting the ComboBox control after painting is suspended by the BeginUpdate method. ARG()|1|0 *doFindString=Returns the index of the first item in the ComboBox that starts with the specified string. ARG(string s)|1|0 *doFindString2=Returns the index of the first item in the ComboBox beyond the specified index that contains the specified string. The search is not case sensitive. ARG(string s, int startIndex)|1|0 *doFindStringExact=Finds the first item in the combo box that matches the specified string. ARG(string s)|1|0 *doFindStringExact2=Finds the first item after the specified index that matches the specified string. ARG(string s, int startIndex)|1|0 *doGetItemHeight=Returns the height of an item in the ComboBox. ARG(int index)|1|0 *doResetText=Resets the Text property to its default value. ARG()|1|0 *doSelect=Selects a range of text in the editable portion of the ComboBox. ARG(int start, int length)|1|0 *doSelectAll=Selects all the text in the editable portion of the ComboBox. ARG()|1|0 *doSelectedIndex=Sets the index specifying the currently selected item. ARG(int)|1|0 *doSelectedItem=Sets currently selected item in the ComboBox. ARG(Object)|1|0 *doSelectedText=Sets the text that is selected in the editable portion of a ComboBox. ARG(string)|1|0 *doSelectionLength=Sets the number of characters selected in the editable portion of the combo box. ARG(int)|1|0 *doSelectionStart=Sets the starting index of text selected in the combo box. ARG(int)|1|0 *onDrawItem=Occurs when a visual aspect of an owner-drawn ComboBox changes. ARG(DrawItemEventArgs)|2|0 *onDropDown=Occurs when the drop-down portion of a ComboBox is shown. ARG(EventArgs)|2|0 *onDropDownClosed=Occurs when the drop-down portion of the ComboBox is no longer visible. ARG(EventArgs)|2|0 *onDropDownStyleChanged=Occurs when the DropDownStyle property has changed. ARG(EventArgs)|2|0 *onFindString=Occurs after invoke the method doFindString and returns the result. ARG(int)|2|1 *onFindStringExact=Occurs after invoke the method doFindStringExact and returns the result. ARG(int)|2|1 *onGetItemHeight=Occurs after invoke the method doGetItemHeight and returns the result. ARG(int)|2|1 *onMeasureItem=Occurs each time an owner-drawn ComboBox item needs to be drawn and when the sizes of the list items are determined. ARG(MeasureItemEventArgs)|2|0 *onSelectedIndexChanged=Occurs when the SelectedIndex property has changed. ARG(EventArgs)|2|0 *onSelectionChangeCommitted=Occurs when the selected item has changed and that change is displayed in the ComboBox. ARG(EventArgs)|2|0 onTextChanged=Occurs when the Text property value changes ARG(string)|2| *onTextUpdate=Occurs when the control has formatted the text, but before the text is displayed. ARG(EventArgs)|2|0 *AutoCompleteCustomSource=Returns a custom System.Collections.Specialized.StringCollection to use when the AutoCompleteSource property is set to CustomSource. ARG(AutoCompleteStringCollection)|3|0 *AutoCompleteMode=Returns an option that controls how automatic completion works for the ComboBox. ARG(AutoCompleteMode)|3|0 *AutoCompleteSource=Returns a value specifying the source of complete strings used for automatic completion. ARG(AutoCompleteSource)|3|0 *DataSource=Returns the data source for this ComboBox. ARG(Object)|3|0 *DrawMode=Returns a value indicating whether your code or the operating system will handle drawing of elements in the list. ARG(DrawMode)|3|0 *DropDownHeight=Returns the height in pixels of the drop-down portion of the ComboBox. ARG(int)|3|1 *DropDownStyle=Returns a value specifying the style of the combo box. ARG(ComboBoxStyle)|3|0 *DropDownWidth=Returns the width of the of the drop-down portion of a combo box. ARG(int)|3|1 *DroppedDown=Returns a value indicating whether the combo box is displaying its drop-down portion. ARG(bool)|3|104 *FlatStyle=Returns the appearance of the ComboBox. ARG(FlatStyle)|3|0 *Focused=Returns a value indicating whether the ComboBox has focus. ARG(bool)|3|104 *IntegralHeight=Returns a value indicating whether the control should resize to avoid showing partial items. ARG(bool)|3|104 *ItemHeight=Returns the height of an item in the combo box. ARG(int)|3|1 *Items=Returns an object representing the collection of the items contained in this ComboBox. ARG(ComboBox.ObjectCollection)|3|0 *MaxDropDownItems=Returns the maximum number of items to be shown in the drop-down portion of the ComboBox. ARG(int)|3|1 *MaximumSize=Returns the size that is the upper limit that ARG(Size)|3|0 *MaxLength=Returns the number of characters a user can type into the ComboBox. ARG(int)|3|1 *MinimumSize=Returns the size that is the lower limit that ARG(Size)|3|0 *PreferredHeight=Returns the preferred height of the ComboBox. ARG(int)|3|1 SelectedIndex=Returns the index specifying the currently selected item. ARG(int)|3|1 SelectedItem=Returns currently selected item in the ComboBox. ARG(Object)|3|0 *SelectedText=Returns the text that is selected in the editable portion of a ComboBox. ARG(string)|3|2 *SelectionLength=Returns the number of characters selected in the editable portion of the combo box. ARG(int)|3|1 *SelectionStart=Returns the starting index of text selected in the combo box. ARG(int)|3|1 *Sorted=Returns a value indicating whether the items in the combo box are sorted. ARG(bool)|3|104 *Text=Returns the text associated with this control. ARG(string)|3|2 *ToString=Returns a string that represents the ComboBox control. ARG(string)|3|2 ComboBox=Returns the ComboBox object. ARG(ComboBox)|3|0 *index=Defines the index of the item to return the height of. ARG(int)|4|1 *length=Defines the number of characters to select. ARG(int)|4|1 *s=Defines the String to search for. ARG(string)|4|2 *start=Defines the position of the first character in the current text selection within the text box. ARG(int)|4|1 *startIndex=Defines the zero-based index of the item before the first item to be searched. Set to -1 to search from the beginning of the control. ARG(int)|4|1