Tab Keyword Cannot Be Used as an Object Type in Visual BasicLast reviewed: April 26, 1996Article ID: Q150185 |
The information in this article applies to:
SUMMARYThe TabStrip control contains an object, Tab, which supports the various properties of a tab in the control. The word Tab cannot be used in a declaration to dimension an object. This is because Tab is a keyword in Visual Basic.
STATUSThis is by design. Since Tab is a keyword in Visual Basic, it cannot be used in a declaration without employing one of the workarounds documented below.
WORKAROUNDThere are several ways to dimension a Tab object, which is part of the TabStrip control:
Steps to Reproduce Problem
|
Additional reference words: 4.00 vb4win vb432
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |