Visible Property
Description
A bit-mask that indicates for which groups the module is visible in the user interface.
Property type
Read-write property
Syntax
Visual Basic
Public Property Visible( _
   ByVal ModuleID As Long _
) As Long
Parameters
ModuleID
The module type. A value of the tagTDAPI_MODULE Enumeration.
Remarks
Set bits represent groups for which the module is visible. For example, if bit 0 is set, then the module is visible for members of the group where CustomizationUsersGroup.ID = 0.
See Also