Image MapProcess Tab Key Method
This is overridden to handle tabbing through the image areas
Definition
Namespace: EWSoftware.ImageMaps.Windows.Forms
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
True if the next image area is selected or false if there is not one to go to (i.e. the start or end of the image areas is reached).
Assembly: EWSoftware.ImageMaps.Windows.Forms (in EWSoftware.ImageMaps.Windows.Forms.dll) Version: 2024.12.31.0
C#
protected override bool ProcessTabKey(
bool forward
)VB
Protected Overrides Function ProcessTabKey (
forward As Boolean
) As BooleanC++
protected:
virtual bool ProcessTabKey(
bool forward
) overrideF#
abstract ProcessTabKey :
forward : bool -> bool
override ProcessTabKey :
forward : bool -> bool Parameters
- forward Boolean
- True if tabbing forward through the areas or false if tabbing backwards through them.
Return Value
BooleanTrue if the next image area is selected or false if there is not one to go to (i.e. the start or end of the image areas is reached).