OnDownClick Property

Gets or sets the name of the macro or script to be run when the DownClick event occurs.

object.OnDownClick = [string]

Where object is an object expression that evaluates to one of the controls in the Applies To list, and string is a string expression specifying the name of the macro to be run.

Client support

Newlook Smartclient

Newlook Server

Use

The DownClick and UpClick events are triggered before the value property of the UpDown control has been changed. Therefore any macro running on this event will return the value of the property prior to the user clicking either the up or down button.

This event occurs before the Change event and can be used to cancel the event if necessary.

See Also

OnClick property | OnUpClick property

Applies To

UpDown control


© 2004-2021 looksoftware. All rights reserved.