ATTR_MOUSE_CURSOR (Panel)
- Updated2023-02-21
- 1 minute(s) read
ATTR_MOUSE_CURSOR (Panel)
Type: | Panel attribute |
Description: | The mouse cursor style for the panel. |
Data Type: | integer |
Default Value: | VAL_DEFAULT_CURSOR |
LabWindows/CVI Compatibility: |
LabWindows/CVI 3.0 and later |
Values
VAL_SIZE_NS_CURSOR_2 | An intersected, two-sided arrow cursor pointing north and south (up and down). |
VAL_SIZE_EW_CURSOR_2 | An intersected, two-sided arrow cursor pointing east and west (right and left). |
VAL_CLOSED_HAND_CURSOR | An image of a left hand, closed. |
VAL_MOVE_CURSOR | A four-sided arrow cursor |
VAL_DEFAULT_CURSOR | An outlined arrow cursor that is angled up and to the left. |
VAL_CHECK_CURSOR | A single check mark cursor. |
VAL_CROSS_HAIR_CURSOR | A small cross hair cursor. |
VAL_BOX_CURSOR | A square box shaped cursor with a double outline. |
VAL_POINTING_FINGER_CURSOR | An image of a right hand with its index finger pointing upward. |
VAL_OPEN_HAND_CURSOR | An image of a right hand with its hand opened. |
VAL_QUESTION_MARK_CURSOR | A bold question mark cursor. |
VAL_HOUR_GLASS_CURSOR | An hour glass cursor. |
VAL_HIDDEN_CURSOR | A hidden cursor (cursor is not visible on screen). |
VAL_SIZE_EW_CURSOR | A two-sided arrow cursor pointing east and west (right and left). |
VAL_SIZE_NS_CURSOR | A two-sided arrow cursor pointing north and south (up and down). |
VAL_SIZE_NW_SE_CURSOR | A two-sided arrow cursor pointing northwest and southeast (left/up and right/down). |
VAL_SIZE_NE_SW_CURSOR | A two-sided arrow cursor pointing northeast and southwest (right/up and left/down). |