Unicode Controls & Classes for VB6 - Version 4

ctlUniGrid.MousePointer Property

Gets or sets the MousePointer for the control

Syntax
Public Property Get MousePointer () As VBRUN.MousePointerConstants
Public Property Let MousePointer (ByVal iCursor As VBRUN.MousePointerConstants)
Parameters
Parameter Description
ByVal iCursor As VBRUN.MousePointerConstants The cursor to use as MousePointer
Remarks