PRB: DisabledBackColor Property of a Label Defaults to Gray

Last reviewed: October 29, 1996
Article ID: Q157053
The information in this article applies to:
  • Microsoft Visual FoxPro for Windows, version 5.0

SYMPTOMS

In Visual FoxPro 5.0 the DisabledBackColor property of Label objects defaults to gray. In Visual FoxPro 3.0b, the DisabledBackColor defaults to white.

CAUSE

In Visual FoxPro 5.0 the Label's ColorSource property defaults to 4-Windows Colors (Default). In Visual FoxPro 3.0b, the ColorSource property defaults to 0-Object's Color Properties.

WORKAROUND

Change the ColorSource property to 0-Object's Color Properties. A special Label class could be created that has the ColorSource property set to 0- Object's Color Properties. Use this Label class instead of the base class Visual FoxPro provides.

STATUS

This behavior is by design.

MORE INFORMATION

Steps to Reproduce Behavior

  1. Create a form.

  2. Drop a Label object on the form.

  3. Change the Enabled property to .F. False.

  4. Note that the DisabledBackColor property is set to gray (192,192,192).

  5. Place another label on the form and change its ColorSource property to 0-Object's Color Properties.

  6. Change the Enabled property to .F. False.

The DisabledBackColor property is set to white (255,255,255).


KBCategory: kb3rdparty kbprb
KBSubcategory: FxtoolFormdes
Additional reference words: 5.00 kbdsd VFoxWin



THE INFORMATION PROVIDED IN THE MICROSOFT KNOWLEDGE BASE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. MICROSOFT DISCLAIMS ALL WARRANTIES, EITHER EXPRESS OR IMPLIED, INCLUDING THE WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL MICROSOFT CORPORATION OR ITS SUPPLIERS BE LIABLE FOR ANY DAMAGES WHATSOEVER INCLUDING DIRECT, INDIRECT, INCIDENTAL, CONSEQUENTIAL, LOSS OF BUSINESS PROFITS OR SPECIAL DAMAGES, EVEN IF MICROSOFT CORPORATION OR ITS SUPPLIERS HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES. SOME STATES DO NOT ALLOW THE EXCLUSION OR LIMITATION OF LIABILITY FOR CONSEQUENTIAL OR INCIDENTAL DAMAGES SO THE FOREGOING LIMITATION MAY NOT APPLY.

Last reviewed: October 29, 1996
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.