In This Article

IImageSourceProvider Interface

Provides the base requirements for an object that provides IntelliPrompt with an Image.

public interface IImageSourceProvider

Methods

GetImageSource()

Returns the Image to use in an IntelliPrompt user interface element.

Image GetImageSource()

Returns

Image:

The Image to use in an IntelliPrompt user interface element.

See Also

See Also