The information in this article applies to:
SYMPTOMSWhen the FontTransparent property of a UserControl is programmatically set to True, the UserControl still behaves as if FontTransparent is set to False. The actual property value changes but the behavior does not. Once something has been printed on the control, the FontTransparent can be changed successfully. This problematic behavior occurs only if the FontTransparent property is set to False in design mode. RESOLUTIONThe workaround for this problem is to always set the FontTransparent property of a UserControl to True in design mode. If the design mode value is True, it can be changed programmatically without incident. If it is set to False, the problems described above will occur. STATUSMicrosoft has confirmed this to be a bug in the Microsoft products listed at the beginning of this article. MORE INFORMATIONSteps to Reproduce Behavior
Additional query words: kbDSupport kbDSD kbVBp kbVBp600bug kbCtrlCreate
Keywords : kbGrpVB |
Last Reviewed: January 5, 2000 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |