This property sets whether or not a cursor is displayed in the magnifier
[Visual
Basic] imagekitcontrolname.Magnifier.ShowCursor
[ = Boolean ]
[Visual C++] [
BOOL =
]imagekitcontrolname.GetMagnifier().GetShowCursor()
imagekitcontrolname.GetMagnifier().SetShowCursor(BOOL Val)
imagekitcontrolname.GetMagnifier().SetShowCursor(BOOL Val)
Property Value
Value | Explanation |
---|---|
True | Displays a mouse cursor in the magnifier |
False | Does not display a mouse cursor in the magnifier (default) |
Explanation
The ShowCursor property sets whether or not a cursor is displayed in the magnifier.
The default value is false. When this property is set to False, no cursor is displayed in the ImageKit Control.
Setting this value
This value can be set at runtime.
Retrieving this value
This value can be retrieved at runtime.