Picture class/Cursor property: Difference between revisions
Appearance
Added new property page. |
m Category reorg |
||
| Line 146: | Line 146: | ||
{{ambox|text=Add links to external resources that would also help.}} | {{ambox|text=Add links to external resources that would also help.}} | ||
[[Category:VI Server Property]] | |||
Revision as of 13:39, 7 May 2020
| VI Server Property Information | |
|---|---|
| Property ID | 6339805 |
| Scope | VI Scripting |
| Data Name | Cursor |
| Short Name* | Cursor |
| Long Name* | Cursor |
| * Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE. | |
| Owning Class ID | 15 |
| Owning Class Name | Picture Class |
| Data Type | I32 data type |
| Property Node | |
| Available in Real-Time Operating System | Yes |
| Available in Run-Time Engine | Yes |
| Loads the block diagram into memory | No |
| Loads the front panel into memory | No |
| Need to authenticate before use | No |
| Permissions | Read/Write |
| Remote access allowed | Yes |
| Settable when the VI is running | Yes |
Gets or sets the cursor you want to use when you move the mouse over a picture control.
This property sets the cursor for all picture controls of that type, including picture controls in other VIs. For example, if you use this property to set the cursor for a 2D picture control, LabVIEW uses that cursor setting for all 2D picture controls as long as LabVIEW is running.
After you use this property, consider resetting the value of the property to 0 when the VI stops running. Resetting the value of the property allows you to maintain the default cursor setting for picture controls in other VIs.
| 0 | Uses the default LabVIEW cursor. For example, if automatic tool selection is enabled and you move the cursor over a ring control, LabVIEW uses the cursor of the Operating tool. If you move the cursor over a string control, LabVIEW uses the cursor of the Labeling tool. |
|---|---|
| 1 | <img src="noloc_env_cursicon1.gif"> (Windows) LabVIEW uses this system cursor. (Mac OS X and Linux) LabVIEW uses the system cursor that corresponds to this Windows cursor.
|
| 2 | <img src="noloc_env_cursicon2.gif"> (Windows) LabVIEW uses this system cursor. (Mac OS X and Linux) LabVIEW uses the system cursor that corresponds to this Windows cursor.
|
| 3 | <img src="noloc_env_cursicon3.gif"> (Windows) LabVIEW uses this system cursor. (Mac OS X and Linux) LabVIEW uses the system cursor that corresponds to this Windows cursor.
|
| 4 | <img src="noloc_env_cursicon4.gif"> (Windows) LabVIEW uses this system cursor. (Mac OS X and Linux) LabVIEW uses the system cursor that corresponds to this Windows cursor.
|
| 5 | <img src="noloc_env_cursicon5.gif"> (Windows) LabVIEW uses this system cursor. (Mac OS X and Linux) LabVIEW uses the system cursor that corresponds to this Windows cursor.
|
| 6 | <img src="noloc_env_cursicon6.gif"> |
| 7 | <img src="noloc_env_cursicon7.gif"> |
| 8 | <img src="noloc_env_cursicon8.gif"> |
| 9 | <img src="noloc_env_cursicon9.gif"> |
| 10 | <img src="noloc_env_cursicon10.gif"> |
| 11 | <img src="noloc_env_cursicon11.gif"> |
| 12 | <img src="noloc_env_cursicon12.gif"> |
| 13 | <img src="noloc_env_cursicon13.gif"> |
| 14 | <img src="noloc_env_cursicon14.gif"> |
| 15 | <img src="noloc_env_cursicon15.gif"> |
| 16 | <img src="noloc_env_cursicon16.gif"> |
| 17 | <img src="noloc_env_cursicon17.gif"> |
| 18 | <img src="noloc_env_cursicon18.gif"> |
| 19 | <img src="noloc_env_cursicon19.gif"> |
| 20 | <img src="noloc_env_cursicon20.gif"> |
| 21 | <img src="noloc_env_cursicon21.gif"> |
| 22 | <img src="noloc_env_cursicon22.gif"> |
| 23 | <img src="noloc_env_cursicon23.gif"> |
| 24 | <img src="noloc_env_cursicon24.gif"> |
| 25 | <img src="noloc_env_cursicon25.gif"> |
| 26 | <img src="noloc_env_cursicon26.gif"> |
| 27 | <img src="noloc_env_cursicon27.gif"> |
| 28 | <img src="noloc_env_cursicon28.gif"> |
| 29 | <img src="noloc_env_cursicon29.gif"> |
| 30 | <img src="noloc_env_cursicon30.gif"> |
| 31 | <img src="noloc_env_cursicon31.gif"> |
| 32 | <img src="noloc_env_cursicon32.gif"> |
Uses
| |
Specific use cases for this property. |
History
| |
History information is needed. What changes have occurred over previous versions? |
| Version | Change(s) |
|---|---|
| More info to come. |
See Also
| |
Add links to internal wiki pages that would also help. |
External Links
| |
Add links to external resources that would also help. |