Programming with Reflection
ReflectionWindowsList property
Syntax |
object.ReflectionWindowsList |
Works with |
|
Data type |
Returns a string identifying all currently running Reflection sessions. This list identifies each session using the text from the Reflection title bar (which is defined by the Caption property). Each window title is followed by a CR/LF -- which can be represented as Chr$(13) & Chr$(10). For example, if a single, untitled session of Reflection for HP (using the default caption) is running, the value of ReflectionWindowsList is equivalent to the following string:
"Untitled - Reflection for HP" & Chr$(13) & Chr$(10)
This property is read-only.