constants ShowHandCursorOnEnum
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:

NameValueDescription
exShowHandCursorNone0 Specifies that no hand cursor is shown when hovering any anchor/icon/picture in the element.
exShowHandCursorPicture1 Specifies that hand cursor is shown when hovering a picture in the element.
exShowHandCursorIcon2 Specifies that hand cursor is shown when hovering an icon in the element.
exShowHandCursorAnchor4 Specifies that hand cursor is shown when hovering any anchor on the element.
exShowHandCursorCheck8 Specifies that hand cursor is shown when hovering the check-box of the element.
exShowHandCursorPictures256 Specifies that hand cursor is shown when hovering the pictures.
exShowHandCursorExtraPictures512 Specifies that hand cursor is shown when hovering the extra pictures.
exShowHandCursorCaption1024 Specifies that hand cursor is shown when hovering pictures of the element's caption.
exShowHandCursorExtraCaption2048 Specifies that hand cursor is shown when hovering pictures of the element's extra caption.
exShowHandCursorAnchorAll3076 Specifies that the hand cursor is shown when hovering any anchor on the element.
exShowHandCursorAll3855 Specifies that the hand cursor is shown when hovering any icon, picture, anchor, check parts of the element.