Notify()

Previous Next

Executes the methods on the buttons action list.

Syntax

Notify()

Parameters

None

Example

You can use this method to simulate a button press from elsewhere (script or menu).

MyButton.Set()

MyButton.Notify()

MyButton.Unset()

Object

Button