In This Article

IImageSourceProvider Interface

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

public interface IImageSourceProvider

Methods

GetImageSource()

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

ImageSource GetImageSource()

Returns

ImageSource:

The ImageSource to use in an IntelliPrompt user interface element.

See Also

See Also