property Layer.ShowHandCursor as Boolean
Returns or sets a value that indicates whether the hand cursor is shown when it hovers a visible / selectable / dragable layer.

TypeDescription
Boolean A Boolean expression that indicates whether the hand cursor is shown when it hovers a visible / selectable / dragable layer.
By default, the ShowHandCursor property is True, which indicates that the hand cursor is shown over any layer that has:

The Visible property shows or hides a specific layer (visible). The Position property specifies the position of the layer, in the layers collection. The Selectable property returns or sets a value that indicates whether the layer is selectable. The LayerFromPoint property retrieves the layer from point that's visible and selectable. The OnDrag property indicates the action to be performed when the user drags the layer ( dragable ).