public string StaticImageResxPressed { get; set; }Public Property StaticImageResxPressed As String
Get
SetThis image is used as the face of TImageButton when it is pressed and when it owns input focus.
This image will be shared by all instances of TImageButton in your assembly if they are not overridden by setting a non-static ImageResxPressed property which has higher priority.
IMPORTANT:
It is necessary to assign null or empty string to this property when you are done
using TImageButton objects in your application. Assigning an empty
string or null value disposes the image freeing the memory which would otherwise
continue to occupy the application's memory space until terminated.