Button.hasImage

Syntax

hasImage ()

Description

The hasImage method returns whether the button contains an image.

Comments

If an image is set for the button, the method returns True, otherwise it returns Null.

The button image can be set using the Button.ImageList property (by selecting desired image from a file that contains several images) or the Button.ImageUrl property (by specifying image URL).

See also:

Button