[About] Version=1.0 Author=Nic Mail=support@hiasm.com [Type] Class=Element Interfaces=ListViewItem Info=Represents an item in a ListView control. [Property] Name=Sets the name of the component. ARG(string)|2| Constructor=Sets the Constructor of the ListViewItem class. ARG(enum)|14|0|None,Constructor,Constructor2,Constructor3,Constructor4,Constructor5,Constructor6,Constructor7,Constructor8,Constructor9,Constructor10,Constructor11,Constructor12,Constructor13,Constructor14,Constructor15,Constructor16,Constructor17,Constructor18,Constructor19,Constructor20,Constructor21,Constructor22 @BackColor=Sets the background color of the item's text. ARG(Color)|8|clDefault @Checked=Sets a value indicating whether the item is checked. ARG(bool)|14|1|True,False @Font=Sets the font of the text displayed by the item. ARG(Font)|15| @ForeColor=Sets the foreground color of the item's text. ARG(Color)|8|clDefault @Group=Sets the group to which the item is assigned. ARG(ListViewGroup)|20|(empty)|ListViewGroup @ImageIndex=Sets the index of the image that is displayed for the item. ARG(int)|1|0 @ImageKey=Sets the key for the image that is displayed for the item. ARG(string)|2| @IndentCount=Sets the number of small image widths by which to indent the ListViewItem. ARG(int)|1|0 @StateImageIndex=Sets the index of the state image that is displayed for the item. ARG(int)|1|0 @Tag=Sets an object that contains data to associate with the item. ARG(Object)|20|(empty)|Object @Text=Sets the text of the item. ARG(string)|2| @ToolTipText=Sets the text shown when the mouse pointer rests on the ListViewItem. ARG(string)|2| @UseItemStyleForSubItems=Sets a value indicating whether the Font, ForeColor, and BackColor properties for the item are used for all its subitems. ARG(bool)|14|0|True,False [Methods] *doConstructor=Initializes a new instance of the ListViewItem class with default values. ARG()|1|0 *doConstructor2=Initializes a new instance of the ListViewItem class and assigns it to the specified group. ARG(ListViewGroup group)|1|0 *doConstructor3=Initializes a new instance of the ListViewItem class with the specified item text. ARG(string text)|1|0 doConstructor4=Initializes a new instance of the ListViewItem class with an array of strings representing subitems. ARG(string[] items)|1|0 *doConstructor5=Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of ListViewItem.ListViewSubItem objects. ARG(ListViewItem.ListViewSubItem[] subItems, int imageIndex)|1|0 *doConstructor6=Initializes a new instance of the ListViewItem class with the specified subitems and image. ARG(ListViewItem.ListViewSubItem[] subItems, string imageKey)|1|0 *doConstructor7=Initializes a new instance of the ListViewItem class with the specified item text and the image index position of the item's icon. ARG(string text, int imageIndex)|1|0 *doConstructor8=Initializes a new instance of the ListViewItem class with the specified text and image. ARG(string text, string imageKey)|1|0 *doConstructor9=Initializes a new instance of the ListViewItem class with the specified item text and assigns it to the specified group. ARG(string text, ListViewGroup group)|1|0 *doConstructor10=Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of strings representing subitems. ARG(string[] items, int imageIndex)|1|0 *doConstructor11=Initializes a new instance of the ListViewItem class with the specified item and subitem text and image. ARG(string[] items, string imageKey)|1|0 *doConstructor12=Initializes a new instance of the ListViewItem class with an array of strings representing subitems, and assigns the item to the specified group. ARG(string[] items, ListViewGroup group)|1|0 *doConstructor13=Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of ListViewItem.ListViewSubItem objects, and assigns the item to the specified group. ARG(ListViewItem.ListViewSubItem[] subItems, int imageIndex, ListViewGroup group)|1|0 *doConstructor14=Initializes a new instance of the ListViewItem class with the specified subitems, image, and group. ARG(ListViewItem.ListViewSubItem[] subItems, string imageKey, ListViewGroup group)|1|0 *doConstructor15=Initializes a new instance of the ListViewItem class with the specified item text and the image index position of the item's icon, and assigns the item to the specified group. ARG(string text, int imageIndex, ListViewGroup group)|1|0 *doConstructor16=Initializes a new instance of the ListViewItem class with the specified text, image, and group. ARG(string text, string imageKey, ListViewGroup group)|1|0 *doConstructor17=Initializes a new instance of the ListViewItem class with the image index position of the item's icon and an array of strings representing subitems, and assigns the item to the specified group. ARG(string[] items, int imageIndex, ListViewGroup group)|1|0 *doConstructor18=Initializes a new instance of the ListViewItem class with subitems containing the specified text, image, and group. ARG(string[] items, string imageKey, ListViewGroup group)|1|0 *doConstructor19=Initializes a new instance of the ListViewItem class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing subitems. ARG(string[] items, int imageIndex, Color foreColor, Color backColor, Font font)|1|0 *doConstructor20=Initializes a new instance of the ListViewItem class with the subitems containing the specified text, image, colors, and font. ARG(string[] items, string imageKey, Color foreColor, Color backColor, Font font)|1|0 *doConstructor21=Initializes a new instance of the ListViewItem class with the image index position of the item's icon; the foreground color, background color, and font of the item; and an array of strings representing subitems. Assigns the item to the specified group. ARG(string[] items, int imageIndex, Color foreColor, Color backColor, Font font, ListViewGroup group)|1|0 *doConstructor22=Initializes a new instance of the ListViewItem class with the subitems containing the specified text, image, colors, font, and group. ARG(string[] items, string imageKey, Color foreColor, Color backColor, Font font, ListViewGroup group)|1|0 onListViewItem=Occurs after invoke method doConstructor and returns the ListViewItem object. ARG(ListViewItem)|2|0 ListViewItem=Returns the ListViewItem object. ARG(ListViewItem)|3|0 SubItems=Returns a collection containing all subitems of the item. ARG(ListViewSubItemCollection)|3|0 *backColor=Defines a Color that represents the background color of the item. ARG(Color)|4|8 *font=Defines a Font that represents the font to display the item's text in. ARG(Font)|4|0 *foreColor=Defines a Color that represents the foreground color of the item. ARG(Color)|4|8 *group=Defines the ListViewGroup to assign the item to. ARG(ListViewGroup)|4|0 *imageIndex=Defines the zero-based index of the image within the ImageList associated with the ListView that contains the item. ARG(int)|4|1 *imageKey=Defines the name of the image within the ImageList of the owning ListView to display in the ListViewItem. ARG(string)|4|2 Items=Defines an array of strings that represent the subitems of the new item. ARG(string[])|4|13 *subItems=Defines an array of type ListViewItem .ListViewSubItem that represents the subitems of the item. ARG(ListViewItem.ListViewSubItem[])|4|13 *text=Defines the text to display for the item. This should not exceed 259 characters. ARG(string)|4|2