GetEnabledBmp Method
The GetEnabledBmp method determines whether or not an image source is configured for a control, whether or not this image source exists, and whether or not this control is enabled. It returns one of the following values depending on whether or not the image exists:
Exists. It returns a string that contains the path to the folder that contains the image.
Does not exist. It returns nothing.
It uses the following syntax:
GetEnabledBmp()
It includes no arguments.