AppCommandEvent.oTarget Property | |
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
public virtual Object oTarget { get; }
Request Example
View SourceProperty 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