Description

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

Property Type

  • Read-write property

Syntax

Public Property ShowVerbs() As Variant

Example

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