PRB: DisabledBackColor Property of a Label Defaults to GrayLast reviewed: October 29, 1996Article ID: Q157053 |
The information in this article applies to:
SYMPTOMSIn Visual FoxPro 5.0 the DisabledBackColor property of Label objects defaults to gray. In Visual FoxPro 3.0b, the DisabledBackColor defaults to white.
CAUSEIn 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.
WORKAROUNDChange 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.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce Behavior
|
KBCategory: kb3rdparty kbprb
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |