How To Have a Disabled Picture Command Button Look Enabled (137962)



The information in this article applies to:

  • Microsoft Visual FoxPro for Windows 3.0

This article was previously published under Q137962

SUMMARY

Setting the DisabledPicture Property of a Picture command button to the same image used in the Picture property doesn't keep the image from showing disabled. This article explains how to make a disabled image appear to be enabled.

MORE INFORMATION

If you need to have a picture command button that when disabled looks as if it is still enabled, you need to:

  1. Make a copy of the image, and give it a new name.
  2. Set the copy of the image as the DisabledPicture property.
If you do not set an image for the DisabledPicture property, you get a dimmed shadow of your image, which you also get if you set the DisabledPicture property the same image as the Picture Property.

Modification Type:MinorLast Reviewed:6/30/2004
Keywords:kbhowto kbprogramming KB137962