Description
Determines whether view's owner is displayed (true) or not (false). DATATYPE: Boolean.
Property Type
- Read-write property
Syntax
Public Property ShowViewOwner() As Variant
Example
Dim MySubModel As SubModel Dim Verbs As Boolean Verbs = True MySubModel.ShowViewOwner = Verbs
See Also