OnUpClick Property

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

object.OnUpClick = [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. Use this property if you wish to execute certain actions (i.e. cancel the event) based on the value of the control before the user action.

See Also

OnClick property | OnDownClick property

Applies To

UpDown control


© 2004-2021 looksoftware. All rights reserved.