<< Click to Display Table of Contents >> RouteHelp |
[GUI Control Only, not supported by the Community Edition]
If enabled and the Help-Button is visible, pushing the Help-Button or pressing the Help key will cause the event DoHelp() (VCL: OnHelp(), .NET: HelpRequested()) to be sent to the parent window, no matter if the VPE-Preview window is embedded or not. With this option you are able to present context-sensitive help to your user. If this property is False, VPE’s build-in small help dialog will be shown.
property boolean VPE.RouteHelp
read / write; design- & runtime (read access is only possible, if the document is closed)
Possible Values:
Value |
Description |
True |
enabled (help event will be sent) |
False |
disabled (VPE’s build-in small help dialog will be shown) |
Default:
False