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.
Newlook Smartclient
Newlook Server
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.
OnClick property | OnDownClick property
© 2004-2021 looksoftware. All rights reserved.