In This Article

IImageSourceProvider Interface

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

public interface IImageSourceProvider

Methods

GetImageSource()

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

ImageSource GetImageSource()

Returns

System.Windows.Media.ImageSource:

The System.Windows.Media.ImageSource to use in an IntelliPrompt user interface element.

See Also