This property sets the name of the cursor file which determines the shape of the cursor while the mouse is over the image-editing toolbar
[Visual
Basic] imagekitcontrolname.Edit.ToolBarMouseCursorFile
[ = String ]
[Visual C++] [
CString =
]imagekitcontrolname.GetEdit().GetToolBarMouseCursorFile()
imagekitcontrolname.GetEdit().SetToolBarMouseCursorFile(LPCTSTR Val)
imagekitcontrolname.GetEdit().SetToolBarMouseCursorFile(LPCTSTR Val)
Property Value
The file name for the cursor file used in the image-editing toolbar
Explanation
The ToolBarMouseCursorFile property the name of the cursor file which determines the shape of the cursor while the mouse is over the image-editing toolbar.
If the ToolBarMouseCursorFile property is blank the cursor will be an arrow. The cursor appears when the mouse cursor is over the image-editing toolbar.
The ToolBarMouseCursorFile property corresponds to the Display Control's Edit.ToolBarMouseCur property in earlier versions of the ImageKit.
Setting this value
This value can be set at run-time.Retrieving this value
This value can be retrieved at run-time.