ISButton.Click

Description

This function simulates the click on the specified button.

Syntax

object.Click

Part Attribute Type Description
object Required
The object always implements the ISButton interface

Example

Simulate the click on the specified button.

Dim aButton

Set aButton = Form.Controls_("btnCalculate")
aButton.Click  
Note: This macro should be executed in any event handler of the form control.

Version information

Added in v7.8.0