Visual Basic 2005 class property sheets contain all the standard class tabs along with the following properties, located on the VB tab:
Property |
Description |
---|---|
Explicit |
Specifies the Explicit option directive for the class declaration. |
Shadows |
Specifies that the class redefines a class defined in a parent class. |
Strict |
Specifies the Strict option directive for the class declaration. |
Compare |
Specifies the Compare option directive for the class declaration. |