Contains cursors native API.
- Namespace
- xtd::forms::native
- Library
- xtd.forms.native
- Warning
- Internal use only
|
| static intptr | app_starting () |
| | Gets the cursor that appears when an application starts.
|
| |
| static intptr | arrow () |
| | Gets the arrow cursor.
|
| |
| static intptr | closed_hand () |
| | Gets the closed hand cursor.
|
| |
| static intptr | contextual_menu () |
| | Gets the contextual menu cursor.
|
| |
| static intptr | cell () |
| | Gets the cell cursor.
|
| |
| static intptr | cross () |
| | Gets the crosshair cursor.
|
| |
| static intptr | default_cursor () |
| | Gets the default cursor, which is usually an arrow cursor.
|
| |
| static intptr | disappearing_item () |
| | Gets the disappearing item cursor.
|
| |
| static intptr | drag_copy () |
| | Gets the drag copy cursor.
|
| |
| static intptr | drag_link () |
| | Gets the drag link cursor.
|
| |
| static intptr | hand () |
| | Gets the hand cursor, typically used when hovering over a Web link.
|
| |
| static intptr | help () |
| | Gets the Help cursor, which is a combination of an arrow and a question mark.
|
| |
| static intptr | hsplit () |
| | Gets the cursor that appears when the mouse is positioned over a horizontal splitter bar.
|
| |
| static intptr | ibeam () |
| | Gets the I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked.
|
| |
| static intptr | no () |
| | Gets the cursor that indicates that a particular region is invalid for the current operation.
|
| |
| static intptr | no_drag () |
| | Gets the cursor that indicates that a particular region is invalid for the current drag & drop operation.
|
| |
| static intptr | no_move_2d () |
| | Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in both a horizontal and vertical direction.
|
| |
| static intptr | no_move_horiz () |
| | Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a horizontal direction.
|
| |
| static intptr | no_move_vert () |
| | Gets the cursor that appears during wheel operations when the mouse is not moving, but the window can be scrolled in a vertical direction.
|
| |
| static intptr | open_hand () |
| | Gets the open hand cursor.
|
| |
| static intptr | pan_east () |
| | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the right.
|
| |
| static intptr | pan_ne () |
| | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the right.
|
| |
| static intptr | pan_north () |
| | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in an upward direction.
|
| |
| static intptr | pan_nw () |
| | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically upward and to the left.
|
| |
| static intptr | pan_se () |
| | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the right.
|
| |
| static intptr | pan_south () |
| | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling vertically in a downward direction.
|
| |
| static intptr | pan_sw () |
| | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally and vertically downward and to the left.
|
| |
| static intptr | pan_west () |
| | Gets the cursor that appears during wheel operations when the mouse is moving and the window is scrolling horizontally to the left.
|
| |
| static intptr | size_all () |
| | Gets the four-headed sizing cursor, which consists of four joined arrows that point north, south, east, and west.
|
| |
| static intptr | size_nesw () |
| | Gets the two-headed diagonal (northeast/southwest) sizing cursor.
|
| |
| static intptr | size_ns () |
| | Gets the two-headed vertical (north/south) sizing cursor.
|
| |
| static intptr | size_nwse () |
| | Gets the two-headed diagonal (northwest/southeast) sizing cursor.
|
| |
| static intptr | size_we () |
| | Gets the two-headed diagonal (northwest/southeast) sizing cursor.
|
| |
| static intptr | up_arrow () |
| | Gets the up arrow cursor, typically used to identify an insertion point.
|
| |
| static intptr | vibeam () |
| | Gets the vertical I-beam cursor, which is used to show where the text cursor appears when the mouse is clicked for vertical layout.
|
| |
| static intptr | vsplit () |
| | Gets the cursor that appears when the mouse is positioned over a vertical splitter bar.
|
| |
| static intptr | wait_cursor () |
| | Gets the wait cursor, typically an hourglass shape.
|
| |
| static intptr | zoom_in () |
| | Gets the zoom int cursor, typically to zoom in an object.
|
| |
| static intptr | zoom_out () |
| | Gets the zoom out cursor, typically to zoom out an object.
|
| |