Click or drag to resize

AppCommandEvent.oTarget Property

X#
Returns the target of the command. If it is a Key event the target is focused control or window. If it is a Mouse event the target is the control or window that is under the mouse pointer.

Namespace:  VO
Assembly:  VOGUIClasses (in VOGUIClasses.dll) Version: 2.19
Syntax
 VIRTUAL PROPERTY oTarget AS Object GET 
Request Example View Source

Property Value

Type: Object
the target of the command. If it is a Key event the target is focused control or window. If it is a Mouse event the target is the control or window that is under the mouse pointer.
See Also