Error processing SSI file
LEADTOOLS Windows Forms (Leadtools.WinForms assembly)

Show in webframe

Item Property






The RasterImageListItem to draw.
Syntax
public RasterImageListItem Item {get;}
'Declaration
 
Public ReadOnly Property Item As RasterImageListItem
'Usage
 
Dim instance As RasterImageListDrawItemEventArgs
Dim value As RasterImageListItem
 
value = instance.Item

            

            
public:
property RasterImageListItem^ Item {
   RasterImageListItem^ get();
}

Property Value

The RasterImageListItem to draw.
Example
For an example, refer to RasterImageList.DrawItem.
Requirements

Target Platforms

See Also

Reference

RasterImageListDrawItemEventArgs Class
RasterImageListDrawItemEventArgs Members

Error processing SSI file