Wimark.Controls Class Library  

ListViewItem Members

ListViewItem overview

Public Constructors

public constructorListViewItem Constructor Overloaded. Initializes a new instance of the ListViewItem class with default values.

Public Properties

public propertyBackColor Gets or sets the background color of the item's text.
public propertyBounds Gets the bounding rectangle of the item, including subitems.
public propertyCheckBox Gets or sets the style of a check box displayed next to the list item.
public propertyChecked Gets or sets a value indicating whether the item is checked.
public propertyCheckState Gets or sets a value indicating the check state of the item.
public propertyContainer (inherited from Component) Gets the IContainer that contains the Component.
public propertyDragAppearance Gets or sets the visual appearance of a list view item that is involved in drag-and-drop operation.
public propertyFocused Gets or sets a value indicating whether the item has focus within the list view control.
public propertyFont Gets or sets the font of the text displayed by the item.
public propertyForeColor Gets or sets the foreground color of the item's text.
public propertyGroup Gets or sets the group to which the item is assigned.
public propertyImageIndex Gets or sets the index of the image that is displayed for the item.
public propertyImageList Gets the ImageList that contains the image displayed with the item.
public propertyIndex Gets the zero-based index of the item within the list view control.
public propertyIsEditing Gets a value indicating whether the list item is in an editable state.
public propertyIsVisible Gets a value indicating whether the list item is visible.
public propertyListView Gets the ListView control that contains the item.
public propertyModified Gets or sets a value that indicates that the list item has been modified by the user since the state was cleared.
public propertySelected Gets or sets a value indicating whether the item is selected.
public propertySite (inherited from Component) Gets or sets the ISite of the Component.
public propertySubItems Gets a collection containing all subitems of the item.
public propertyTag Gets or sets the object that contains data about the list item.
public propertyText Gets or sets the text of the item.
public propertyToolTipText Gets or sets the text of a tool tip that describes the list view item.
public propertyToolTipTitle Gets or sets the title of a tool tip that describes the list view item.
public propertyUseItemStyleForSubItems Gets or sets a value indicating whether the Font, ForeColor, and BackColor properties for the item are used for all of its subitems.
public propertyValue Gets or sets an object that contains data about the list item.

Public Methods

public methodBeginEdit Initiates the editing of the item label.
public methodClone Creates an identical copy of the item.
public methodCreateObjRef (inherited from MarshalByRefObject) Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
public methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
public methodEndEdit Ends the editing of the item label.
public methodEnsureVisible Ensures that the item is visible within the control, scrolling the contents of the control if necessary.
public methodEquals (inherited from Object) Overloaded. Determines whether two Object instances are equal.
public methodGetBounds Specifies a portion of the list view item from which to retrieve the bounding rectangle.
public methodGetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
public methodGetImage Gets the image that is displayed for the item.
public methodGetLifetimeService (inherited from MarshalByRefObject) Retrieves the current lifetime service object that controls the lifetime policy for this instance.
public methodGetOverlayImage Gets the overlay image that is displayed when the item is selected.
public methodGetTileTextLines Returns an array of text lines used in the tiles.
public methodGetType (inherited from Object) Gets the Type of the current instance.
public methodInitializeLifetimeService (inherited from MarshalByRefObject) Obtains a lifetime service object to control the lifetime policy for this instance.
public methodRemove Removes the item from its associated list view control.
public methodToString (inherited from Component) Overridden. See Object.ToString.

Public Events

public eventDisposed (inherited from Component) Adds an event handler to listen to the Disposed event on the component.

Protected Properties

protected propertyDesignMode (inherited from Component) Gets a value that indicates whether the Component is currently in design mode.
protected propertyEvents (inherited from Component) Gets the list of event handlers that are attached to this Component.

Protected Methods

protected methodDispose (inherited from Component) Overloaded. Releases the resources used by the Component.
protected methodFinalize (inherited from Component) Overridden. See Object.Finalize.

In C# and C++, finalizers are expressed using destructor syntax.

protected methodGetService (inherited from Component) Returns an object that represents a service provided by the Component or by its Container.
protected methodMemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

See Also

ListViewItem Class | Wimark.Controls Namespace