{hidden}
DO NOT EDIT THE CONTENT OF THIS PAGE DIRECTLY, UNLESS YOU KNOW WHAT YOU'RE DOING.
		THE STRUCTURE OF THE CONTENT IS VITAL IN BEING ABLE TO EXTRACT CHANGES FROM THE PAGE AND MERGE THEM BACK INTO SERVOY SOURCE{hidden}
{sub-section:description|text=}{sub-section}\\{table:class=servoy sSummery}{colgroup}{column:width=80px}{column}{column}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=2}Constants Summary{th}{tr}{tbody}{tr}{td}[Number]{td}{td}[#DEFAULT_CURSOR]
Constant used for setting the roll over cursor for components.{td}{tr}{tbody}{tbody}{tr}{td}[Number]{td}{td}[#HAND_CURSOR]
Constant used for setting the roll over cursor for components.{td}{tr}{tbody}{table}\\{table:class=servoy sDetail}{colgroup}{column:width=100%}{column}{colgroup}{tr:style=height: 30px;}{th:colspan=1}Constants Details{th}{tr}{tbody:id=51B32E27-6C99-43DC-AABF-D8F573997822}{tr:id=name}{td}h6.DEFAULT_CURSOR{td}{tr}{tr:id=des}{td}{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_des|text=|trigger=button}{sub-section}{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_des|trigger=none|class=sIndent}Constant used for setting the roll over cursor for components.
Use this for setting the roll over cursor to the default (dependent
on the OS and the L&F).{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_ret|text=|trigger=button}{sub-section}{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_see|text=|trigger=button}{sub-section}{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_see|text=|trigger=button}{sub-section}{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_sam|text=|trigger=button}{sub-section}{sub-section:51B32E27-6C99-43DC-AABF-D8F573997822_sam|class=sIndent|trigger=none}{code:language=javascript}
var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.DEFAULT_CURSOR;
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{tbody:id=DF21B662-4606-4D3E-A229-3E5930221E7A}{tr:id=name}{td}h6.HAND_CURSOR{td}{tr}{tr:id=des}{td}{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_des|text=|trigger=button}{sub-section}{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_des|trigger=none|class=sIndent}Constant used for setting the roll over cursor for components.
Use this for setting the roll over cursor to a hand.{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=prs}{td}*Parameters*\\{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_prs|text=|trigger=button}{sub-section}{div:class=sIndent}{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_prs|trigger=none}{sub-section}{div}{td}{tr}{builder-show}{tr:id=ret}{td}*Returns*\\{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_ret|text=|trigger=button}{sub-section}{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_ret|trigger=none|class=sIndent}[Number]{sub-section}{td}{tr}{builder-show:permission=edit}{tr:id=see}{td}*Also see*\\{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_see|text=|trigger=button}{sub-section}{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_see|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{builder-show:permission=edit}{tr:id=link}{td}*External links*\\{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_see|text=|trigger=button}{sub-section}{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_link|class=sIndent|trigger=none}{sub-section}{td}{tr}{builder-show}{tr:id=sam}{td}*Sample*\\{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_sam|text=|trigger=button}{sub-section}{sub-section:DF21B662-4606-4D3E-A229-3E5930221E7A_sam|class=sIndent|trigger=none}{code:language=javascript}
var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.HAND_CURSOR;
{code}{sub-section}{td}{tr}{tr:class=lastDetailRow}{td}{td}{tr}{tbody}{table}