Toggle Key Binding Property

LabView Local Project Settings

Toggle Key Binding Property

Short Name: ToggleKeyBind

Installed With: Base Package

Class: MixedCheckbox Properties

Sets a shortcut key to toggle this control.

This property is similar to the Toggle option on the Key Navigation page of the Mixed Checkbox Properties dialog box.

Elements

Name Description
Focus If TRUE, the shortcut key toggles and navigates to this control.
Control If TRUE, the keyboard shortcut includes the <Ctrl> key.
Shift If TRUE, the keyboard shortcut includes the <Shift> key.
Key The name of the shortcut key. (Mac OS) LabVIEW does not support <VolumeUp>, <VolumeDown>, and function keys <F15> to <F24> as shortcut keys on Mac OS. Key must match one of the following values:
  • <Clear>
  • <Ins>
  • <Del>
  • <Home>
  • <End>
  • <PageUp>
  • <PageDown>
  • <Escape>
  • <Enter>
    Note  The <Enter> key on the alphanumeric keyboard and <Enter> key on the numeric keypad are the same value.
  • <Play>
  • <VolumeUp>
  • <VolumeDown>
  • <Mute>
  • F1
  • F2
  • F3
  • F4
  • F5
  • F6
  • F7
  • F8
  • F9
  • F10
  • F11
  • F12
  • F13
  • F14
  • F15
  • F16
  • F17
  • F18
  • F19
  • F20
  • F21
  • F22
  • F23
  • F24
Note  You must use the English Key name when wiring a shortcut key value.

Remarks

The following table lists the characteristics of this property.

Available in Run-Time Engine and Real-Time Operating SystemYes
PermissionsRead/Write
Settable when the VI is runningYes
Loads the front panel into memoryNo
Need to authenticate before useNo
Loads the block diagram into memoryNo
Remote access disallowedNo
Must wait until user interface is idleNo
Available with control VIsNo
Available with global VIsNo
Available with strict type definitionsNo
Available with polymorphic VIsNo