ArcPad Scripting Object Model
ShowAbout Method
See Also  Send comments on this topic.
Extension Object : ShowAbout Method

Glossary Item Box

Description

Displays the About dialog box for the extension.

Syntax

object.ShowAbout

Remarks

Example

Sub ShowAboutDialog
'Displays the About dialog box for all loaded extensions
  Dim objExt
  For Each objExt in Application.Extensions
    objExt.ShowAbout
  Next
End Sub

See Also

© 2012 All Rights Reserved.