Description

Determines whether views are displayed (true) or not (false). DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property ShowViews() As Variant

Example

Dim MySubModel As SubModel
Dim ShoViews As Boolean
ShoViews = True
MySubModel.ShowViews = ShoViews