Control class/Built-In Mouse Wheel Support property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 633203F
Scope Basic Development Environment
Data Name BuiltInMouseWheelSupport
Short Name* BuiltInMouseWheelSupport
Long Name* Built-In Mouse Wheel Support
* Displayed here in English. Short and Long names appear in the language of the LabVIEW IDE.
Owning Class ID 6
Owning Class Name Control Class
Data Type Enum U16 data type

Enum U16

Property Node Built-In Mouse Wheel Support
Available in Real-Time Operating SystemNo
Available in Run-Time EngineYes
Loads the block diagram into memoryNo
Loads the front panel into memoryNo
Need to authenticate before useNo
PermissionsRead/Write
Remote access allowedYes
Settable when the VI is runningYes

Sets the conditions under which the control responds to mouse wheel movement.

For example, you can specify whether a control responds when you either hover over the control or the control has key focus. This property is similar to the Built-In Mouse Wheel Support option on the Key Navigation page of the Properties dialog box.

Note You can use the key focus functionality only on Windows operating systems.
Values
0 None
1 On Hover
2 On Key Focus
3 On Hover or Key Focus

Uses

History

Version Change(s)
LabVIEW 2018 More info to come.

See Also

External Links