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