IPrxUserButton.Action

Syntax

Action: IPrxUserButtonAction;

Description

The Action property returns the button action handler that will be triggered on button click.

Comments

Depending on the button type, value of the Action property can be cast to one of the following interfaces:

Example

The property use is given in the example for the IPrxUserButtons.Add, IPrxUserButtons.AddByType methods.

See also:

IPrxUserButton