BetterListViewItem Members
					
      
     
    
      
        BetterListViewItem overview
      
      Public Instance Constructors
      
        
          
            
               
              BetterListViewItem
             | 
            Overloaded. Initializes a new instance of the BetterListViewItem class. | 
          
        
       
      Public Instance Properties
      
        
 Address |  address of this item  | 
 AlignHorizontal |  horizontal alignment of the item text  | 
 AlignHorizontalImage |  horizontal alignment of the item image  | 
 AlignVertical |  vertical alignment of the item text  | 
 AlignVerticalImage |  vertical alignment of the item image  | 
 BackColor |  background color of the item  | 
 Bounds |  Gets item boundaries, including sub-items.  | 
 CustomDropDisplayExternal |  customized drop effect displayed on the item when dragging data from external source (external Drag and Drop)  | 
 CustomDropDisplayInternal |  customized drop effect displayed on the item when dragging data from internal source (internal Drag and Drop / item reorder)  | 
 CustomHeight |  customized height of the item  | 
 Focused |  Gets or sets a value indicating whether this item is focused.  | 
 Font |  font of the item text  | 
 ForeColor |  foreground color of the item content  | 
 Group |  group in which this item is contained  | 
 HotkeyPrefix |  Allow displaying hotkey prefix in item text (underline after '&' character).  | 
 CheckBoxAppearance |  Determines how is the check box displayed.  | 
 Checked |  this item is checked  | 
 CheckState |  check state of this item's check box  | 
 Image |  image for the item this image is used prior to the image specified by ImageIndex/ImageKey property  | 
 ImageIndex |  index specifying item image in the ImageList set to BetterListViewElementBase.IndexUndefined, if not defined  | 
 ImageKey |  key specifying item image in the ImageList set to String.Empty, if not defined  | 
 ImageList |  Gets the ImageList corresponding to this item.  | 
 IsBold |  draw the item bold  | 
 IsCut |  the item is cut in the clipboard  | 
 Key |  value used for item comparison  | 
 ListView |  BetterListView instance in which this item is contained  | 
 MaximumTextLines |  Maximum allowed number of lines in item label. Supported in Details view only.  | 
 NextItem |  next item in the owner collection  | 
 NextVisibleItem |  next item visible in the control  | 
 PreviousItem |  previous item in the owner collection  | 
 PreviousVisibleItem |  previous item visible in the control  | 
 Selectable |  the item can be selected  | 
 Selected |  this item is selected  | 
 SubItems |  collection of sub-items of this item  | 
 Text |  label of the item  | 
 TextTrimming |  item text trimming  | 
 TextWrapping |  item text wrapping behavior  | 
 ToolTips |  information about ToolTips shown on this item  | 
 UseItemStyleForSubItems |  the Font, ForeColor, and BackColor properties for the item are used for all its sub-items  | 
 Value |  corresponding value specified by the ValueMember property of the first column or the control  | 
       
      Public Instance Methods
      
        
 BeginEdit |  Edit label of this item.  | 
 Clone |  Creates a new object that is a copy of the current instance.  | 
 CompareTo |  Compares the current object with another object of the same type.  | 
 Dispose |  Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.  | 
 EnsureVisible |  Ensure this item is visible within the control, scrolling contents of the control, if necessary.  | 
 EqualsContent |  Check whether properties of this element equals properties of the specified element.  | 
 FindNearestItem |  Find the next item from this item, searching in the specified direction.  | 
 GetBounds |  Retrieves the specified portion of the item boundaries.  | 
 GetSubItemAt |  Get sub-item of this item located at the specified coordinates.  | 
 Invalidate |  Invalidate this item for redrawing.  | 
 Remove |  Remove element from its owner collection.  | 
 ToString |  Returns a String that represents the current Object.  | 
       
      Protected Instance Methods
      
      See Also
      
        BetterListViewItem Class | ComponentOwl.BetterThumbnailBrowser Namespace