HotImageFile

<< Click to Display Table of Contents >>

Navigation:  Intraweb Components > Standard > TIWImageButton > Properties >

HotImageFile

Use this property to indicate the source for the hot image file, ie, the image that is shown when the user moves the mouse over the control. You can use a file name or a URL.

 

When you use a file name, please ensure you place the image file under the Content Folder of your application. You can use relative or absolute file paths. If you use a relative file path, ensure that "Content Folder" path + your relative path is a valid path.

 

When you use a URL, please ensure that the URL is a public ULR. You can use relative or absolute URLs. If you use a relative URL, ensure that the relative URL is accessible from the root of your website.

 

SIGNATURE=IWCompExtCtrls.TIWImageButton.HotImageFile

 

ETYPE=Property

 

Declaration:

Delphi:

published property HotImageFile: TIWFileReference;

C++:

__published: __property TIWFileReference HotImageFile;

 

Description: This is HotImageFile, a member of class TIWImageButton.