ArcPad Scripting Object Model
Click Method
See Also  Send comments on this topic.
Post
Optional. A Boolean that specifies the post state.
ToolItem Collection : Click Method

Glossary Item Box

Description

Clicks the tool button as if it had been clicked by the user.

Syntax

object.Click ( [Post] )

Parameters

Post
Optional. A Boolean that specifies the post state.

Remarks

Post is a boolean that specifies whether the click should be executed immediately or posted into the message queue. If posted, the click will execute after the script finishes. If not specified, Post is False. [Optional].

If the ToolItem object represents a promotable menuitem or base toolitem, the Click method will also promote the tool.

See Also

© 2012 All Rights Reserved.