property ExPicture.ShowHandCursor as Boolean
Indicates whether the hand cursor is shown if the cursor hovers the picture.

TypeDescription
Boolean A Boolean expression that specifies whether the control shows a hand cursor when the mouse is hovering the picture. 
By default, the ShowHandCursor property is True. You can use the ShowHandCursor property to add clickable pictures to your event/appointment. The PictureClick event notifies your application once a picture is clicked in the event's body. The PictureFromPoint property indicates the key of the picture from the cursor. You can use the EventFromPoint property to get the Event object from the cursor. Also, the control displays the hand cursor when the mouse hovers an anchor element <a>.