GefLinkFormat (object)

Represents the attributes of a link container object.
Description: The GefLinkFormat object represents the attributes of a link container object.

Example:

Sub GefLinkFormat_LinkDocumentName()
    
    Dim oCimObj As GefObject
    Dim oCimLnkObj As GefLinkFormat
    
    Set oCimObj = CimGetObject
    Set oCimLnkObj = oCimObj.LinkFormat
    If Not oCimLnkObj Is Nothing Then
        MsgBox "The source screen is " & _
            oCimLnkObj.LinkDocumentName
    End If
    
End Sub
Properties: Application , LinkDocumentName , LinkObjectName , Parent , em11 , em12 , em13 , em21 , em22 , em23
Methods: