ModuleVisible Property
Description
Checks if the specified module is visible to the connected user. This property is used for Quality Center UI programming and has no function in third-party applications.
Property type
Read-only property
Syntax
Visual Basic
Public Property ModuleVisible( _
   ByVal ModuleID As Long _
) As Boolean
Parameters
ModuleID
A value of the tagTDAPI_MODULE Enumeration.
Remarks
This property can be used when working with the ALM user interface. If the UI is not running when this is called, or if the user logged on to the UI is not the same user specified in the Login call, the return value of this method is indeterminate.
See Also