ShowStartupDialog Example

Land Auto

ShowStartUpDialog Example

Sub Example_ShowStartupDialog()
    
    ' This example returns the ShowStartupDialog setting.
    Dim prefUser As AeccPreferencesUser
    Set prefUser = AeccApplication.Preferences.User
    
    MsgBox "The current value for ShowStartupDialog is: " & prefUser.ShowStartupDialog, vbInformation, "ShowStartupDialog Example"
    
End Sub