TIWImageButton

TIWImageButton

TIWImageButton

The TIWImageButton adds a HotImage property to the TIWImageFile control.

TIWImageButton = class(TIWImageFile)

Properties

property HotKey: string;

Use this property to specifiy a shortcut key to activate/focus an element.

property HotImageFile: TIWFileReference;

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.