The ShowHandCursorOnEnum type specifies the parts
  of the element where the hand cursor may be shown. The 
ShowHandCursorOn
  property specifies the parts of the control where the hand cursor is shown
  when the mouse-pointer hovers it. The 
HandCursorClick
  event occurs when the user clicks a part of the element. The
  ShowHandCursorOnEnum type supports the following values:
 |  | Name | Value | Description |  | 
 |  | 
exShowHandCursorNone | 0
 | 
 Specifies that no hand cursor is shown when hovering any anchor/icon/picture in the element.
 |  | 
 |  | 
exShowHandCursorPicture | 1
 | 
 Specifies that hand cursor is shown when hovering a picture in the element.
 |  | 
 |  | 
exShowHandCursorIcon | 2
 | 
 Specifies that hand cursor is shown when hovering an icon in the element.
 |  | 
 |  | 
exShowHandCursorAnchor | 4
 | 
 Specifies that hand cursor is shown when hovering any anchor on the element.
 |  | 
 |  | 
exShowHandCursorCheck | 8
 | 
 Specifies that hand cursor is shown when hovering the check-box of the element.
 |  | 
 |  | 
exShowHandCursorPictures | 256
 | 
 Specifies that hand cursor is shown when hovering the pictures.
 |  | 
 |  | 
exShowHandCursorExtraPictures | 512
 | 
 Specifies that hand cursor is shown when hovering the extra pictures.
 |  | 
 |  | 
exShowHandCursorCaption | 1024
 | 
 Specifies that hand cursor is shown when hovering pictures of the element's caption.
 |  | 
 |  | 
exShowHandCursorExtraCaption | 2048
 | 
 Specifies that hand cursor is shown when hovering pictures of the element's extra caption.
 |  | 
 |  | 
exShowHandCursorAnchorAll | 3076
 | 
 Specifies that the hand cursor is shown when hovering any anchor on the element.
 |  | 
 |  | 
exShowHandCursorAll | 3855
 | 
 Specifies that the hand cursor is shown when hovering any icon, picture, anchor, check parts of the element.
 |  |