FIX: TabStrip: Visible Property Set at Run-Time Is Ignored
ID: Q209039
|
The information in this article applies to:
-
Microsoft Windows CE Toolkit for Visual Basic 5.0, version 1.0
SYMPTOMS
Setting the Visible property of any of the following controls to False in design-time has no effect:
- Microsoft CE Grid Control 1.0
- Microsoft CE Image Control 1.0
- Microsoft CE ListView Control 1.0
- Microsoft CE PictureBox Control 1.0
- Microsoft CE TabStrip Control 1.0
- Microsoft CE TreeView Control 1.0
RESOLUTION
Set the Visible property of the controls above at run-time.
STATUS
Microsoft has confirmed this to be a bug in the Microsoft products listed
at the beginning of this article.
This bug was corrected in the Windows CE Toolkit for Visual Basic 6.0.
MORE INFORMATION
Steps to Reproduce Behavior
- Start a new Windows CE project in Visual Basic 5.0. Form1 is created by default.
- Select Components from the Project menu and select the Microsoft CE TabStrip Control 1.0.
- Place a TabStrip control on Form1.
- Set the Visible property of the TabStrip to False.
- Run the project, and
note that the TabStrip control is visible once the form is loaded.
Additional query words:
wince wce vbce vbce5
Keywords : kbToolkit kbVBp500bug kbVBp600fix kbWinCE kbGrpVB
Version : WINDOWS:1.0
Platform : WINDOWS
Issue type : kbbug