IsVisibleForGroup Property
Description
Indicates if the specified module is visible in the UI to the specified user group.
Property type
Read-write property
Syntax
Visual Basic
Public Property IsVisibleForGroup( _
   ByVal ModuleID As Long, _
   ByVal Group As Variant _
) As Boolean
Parameters
ModuleID
The module type. A value of the tagTDAPI_MODULE Enumeration.
Group
The CustomizationUsersGroup.ID.
See Also