GetDisabledBmp Method

The GetDisabledBmp method returns the image source configured for a control if the control is disabled. It returns one of the following values depending on whether or not the image exists:

  • Exists. Returns a string that contains the path to the folder that contains the image.

  • Does not exist. Returns nothing.

It uses the following syntax:

GetDisabledBmp() 

It includes no arguments.