MobileForms Toolkit Documentation

ImageListEx Implicit ImageList to ImageListEx Conversion 

Allows ImageList to be implicitly coerced to the ImageListEx type in a programming language.

public static implicit operator ImageListEx(
ImageList imageList
);

Parameters

imageList
The ImageList to convert into an instance of the ImageListEx type.

Return Value

Type: ImageListEx.

See Also

ImageListEx Class | Resco.Controls Namespace