CURSOR
Constants Summarized
Type
Name
Summary
Constants Detailed
DEFAULT_CURSOR
var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.DEFAULT_CURSOR;HAND_CURSOR
var label = form.newLabel('Move the mouse over me', 10, 10, 200, 200);
label.rolloverCursor = SM_CURSOR.HAND_CURSOR;Last updated
Was this helpful?