HelpRequestEvent.WindowRegion Property | |
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
public virtual int WindowRegion { get; }
Request Example
View SourceProperty Value
Type:
LongA 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 |
---|
The return value is only defined for HelpRequestEvents of type HelpWindow (refer to HelpRequestEvent:ItemID access). |
Constant | Description |
---|
REGIONBORDER | The window border |
REGIONCANVAS | A window area or point on the canvas |
REGIONCAPTION | The caption of the window |
REGIONMAXBOX | The maximize box |
REGIONMENUBAR | A menu command |
REGIONMINBOX | The minimize box |
REGIONSIZEBOX | The size box |
REGIONSYSTEMMENUBOX | The system menu |
REGIONUNKNOWN | The help system cannot determine a localized context |
See Also