PRB: SeeThru Property of Graph Control Was Not Implemented

Last reviewed: April 8, 1997
Article ID: Q151900
4.00    | 4.0
WINDOWS | WINDOWS NT kbusage kbdocerr kbprb

The information in this article applies to:

  • Professional and Enterprise Editions of Microsoft Visual Basic, 16-bit and 32-bit, for Windows, version 4.0

SYMPTOMS

Changing the value of the SeeThru property of the Graph control has no effect on the behavior of the control.

CAUSE

The SeeThru property of the Graph control is present but it was not implemented in the Graph16.OCX or the Graph32.OCX controls. It was provided in the .VBX version of the Graph control so that the control could be placed on top of other controls. The primary reason for doing this was to allow a PictureBox control to provide a background for the graph. The Visual Basic development team did not think this was appropriate for an .OCX control, so this functionality was intentionally omitted. This change was not noted in the documentation for Visual Basic 4.0. The SeeThru property was retained to provide backward compatibility only.

STATUS

This behavior is by design.

WORKAROUND

There is no known workaround at this time.


Additional reference words: 4.00 vb4win vb4all
KBCategory: kbusage kbdocerr kbprb
KBSubcategory: PrgCtrlStd
Keywords : kbusage PrgCtrlsStd kbdocerr
Version : 4.0
Platform : NT WINDOWS
Issue type : kbprb


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: April 8, 1997
© 1998 Microsoft Corporation. All rights reserved. Terms of Use.