[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Info=Provides a common implementation of members for the ListBox and ComboBox classes. [Property] @DataSource=Sets the data source for this control. ARG(Object)|5| @DisplayMember=Sets the property to display for this ListControl. ARG(string)|2| @FormatString=Sets the format-specifier characters that indicate how a value is to be displayed. ARG(string)|2| @FormattingEnabled=Sets a value indicating whether formatting is applied to the DisplayMember property of the ListControl. ARG(bool)|14|1|True,False @SelectedIndex=When overridden in a derived class, gets or sets the zero-based index of the currently selected item. ARG(int)|1|-1 @ValueMember=Sets the property to use as the actual value for the items in the ListControl. ARG(string)|2| [Methods] *doFormatInfo=Sets the IFormatProvider that provides custom formatting behavior. ARG(IFormatProvider)|1|0 *doGetItemText=Returns the text representation of the specified item. ARG(Object item)|1|0 *doSelectedValue=Sets the value of the member property specified by the ValueMember property. ARG(Object)|1|0 *onDataSourceChanged=Occurs when the DataSource changes. ARG(EventArgs)|2|0 *onDisplayMemberChanged=Occurs when the DisplayMember property changes. ARG(EventArgs)|2|0 *onFormat=Occurs when the control is bound to a data value. ARG(ListControlConvertEventArgs)|2|0 *onFormatInfoChanged=Occurs when the value of the FormatInfo property changes. ARG(EventArgs)|2|0 *onFormatStringChanged=Occurs when value of the FormatString property changes. ARG(EventArgs)|2|0 *onFormattingEnabledChanged=Occurs when the value of the FormattingEnabled property changes. ARG(EventArgs)|2|0 *onGetItemText=Occurs after invoke the method doGetItemText and returns the result ARG(string)|2|2 *onSelectedValueChanged=Occurs when the SelectedValue property changes. ARG(EventArgs)|2|0 *onValueMemberChanged=Occurs when the ValueMember property changes. ARG(EventArgs)|2|0 *DataSource=Returns the data source for this ListControl. ARG(Object)|3|0 *DisplayMember=Returns the property to display for this ListControl. ARG(string)|3|2 *FormatInfo=Returns the IFormatProvider that provides custom formatting behavior. ARG(IFormatProvider)|3|0 *FormatString=Returns the format-specifier characters that indicate how a value is to be displayed.ARG(string)|3|2 *FormattingEnabled=Returns a value indicating whether formatting is applied to the DisplayMember property of the ListControl. ARG(bool)|3|104 *SelectedIndex=When overridden in a derived class, gets or sets the zero-based index of the currently selected item. ARG(int)|3|1 *SelectedValue=Returns the value of the member property specified by the ValueMember property. ARG(Object)|3|0 *ValueMember=Returns the property to use as the actual value for the items in the ListControl. ARG(string)|3|2 *item=The object from which to get the contents to display. ARG(Object)|4|0