ImageList
Wisej.Web.ImageList
Namespace: Wisej.Web
Assembly: Wisej.Framework (3.0.0.0)
Provides methods to manage a collection of Image objects. This class cannot be inherited.
C#
VB.NET
public class ImageList : Component, IWisejHandler
Public Class ImageList
Inherits Component
Implements IWisejHandler

Constructors

​
ImageList()

Initializes a new instance of the ImageList without a specified container.

​
ImageList(container)

Initializes a new instance of the ImageList class with a specified container.
Name
Type
Description
container
​IContainer​
An IContainer that represents the container of the ToolTip.

Properties

​
Images

​ImageCollection: Returns the ImageCollection for this image list.

​
ImageSize

​Size: Returns or sets the size of the images in the image list.
Throws:
  • ​ArgumentException The value assigned is equal to IsEmpty; or the value of the height or width is less than or equal to 0; or the value of the height or width is greater than 256. * ArgumentOutOfRangeException The new size has a dimension less than 0 or greater than 256.

​
Tag

​Object: Returns or sets an object that contains additional data about the ImageList.

​
TransparentColor

​Color: Returns or sets the color to treat as transparent.

Inherited

Methods

Name
Description
From
​Update()​
Updates the component on the client.
​Component​

Implements

Name
Description
​IWisejComponent​
All wisej components implement this interface.
​IWisejHandler​
Represents a Wisej component that is capable of handling postback requests from the client.
​IWisejSerializable​
Allows an object to serialize itself.