Description

Determines whether view's parent name is displayed (true) or not (false). DATATYPE: Boolean.

Property Type

  • Read-write property

Syntax

Public Property ShowViewParentName() As Variant

Example

Dim MySubModel As SubModel
Dim Verbs As Boolean
Verbs = True
MySubModel.ShowViewParentName = Verbs