BorderPath Example

Land Auto

BorderPath Example

Sub Example_BorderPath()
    
    ' This example returns the BorderPath setting.
    Dim prefFiles As AeccPreferencesFiles
    Set prefFiles = AeccApplication.Preferences.Files
    
    MsgBox "The current value for BorderPath is: " & prefFiles.BorderPath, _
        vbInformation, "BorderPath Example"
    
End Sub