Leadtools.WinForms Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RasterImageListItem Class Members
See Also  Properties  Methods 
Leadtools.WinForms Namespace : RasterImageListItem Class


The following tables list the members exposed by RasterImageListItem.

Public Constructors

 NameDescription
Public ConstructorRasterImageListItem ConstructorOverloaded.  Initializes a new instance of the RasterImageListItem class with default values.  
Top

Public Properties

 NameDescription
Public PropertyFileName Gets or sets the file name of the item.  
Public PropertyFilePageNumber Gets the file page number for the RasterImageListItem if this item represent a single page is a multi page file.  
Public PropertyFileTotalPages Gets the total number of pages a multi page file.  
Public PropertyImage The image associated with this RasterImageListItem object.  
Public PropertyImageList Gets the RasterImageList control that contains this item.  
Public PropertyPage Image page number to display.  
Public PropertySelected Gets or sets a value indicating whether this RasterImageListItem is selected.  
Public PropertyTag Gets or sets the object that contains data about this RasterImageListItem.  
Public PropertyText Gets or sets the text of the item.  
Top

Public Methods

 NameDescription
Public MethodInvalidate Redraws the item and causes a paint message to be sent to the RasterImageList control that owns this item.  
Top

See Also