Click or drag to resize

HelpRequestEvent.WindowRegion Property

X#
A constant, indicating in which window area the help pointer was located when this HelpRequestEvent was generated:

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

Property Value

Type: Long
A constant, indicating in which window area the help pointer was located when this HelpRequestEvent was generated:
Remarks
One of the following constants, indicating in which window area the help pointer was located when this HelpRequestEvent was generated:
Tip Tip
The return value is only defined for HelpRequestEvents of type HelpWindow (refer to HelpRequestEvent:ItemID access).
ConstantDescription
REGIONBORDERThe window border
REGIONCANVASA window area or point on the canvas
REGIONCAPTIONThe caption of the window
REGIONMAXBOXThe maximize box
REGIONMENUBARA menu command
REGIONMINBOXThe minimize box
REGIONSIZEBOXThe size box
REGIONSYSTEMMENUBOXThe system menu
REGIONUNKNOWNThe help system cannot determine a localized context
See Also