GefScreen.FullName (read-only property)

Gets the full name of the object.
Syntax: String = object.FullName
Description: The FullName property gets the path name and the screen's name.

Example:

Sub GefScreen_FullName()
    
    Dim oCimScr As GefScreen
    Set oCimScr = CimGetScreen
    MsgBox "The screens full name is " & """" & oCimScr.FullName & """"
    
End Sub
See Also: Name , Path