Disabled Property

LabView Local Project Settings

Disabled Property

Short Name: Disabled

Installed With: Base Package

Class: Control Properties

Indicates if control can be operated: 0-Enabled, 1-Disabled, 2-Disabled and Grayed Out.

This property is similar to Advanced»Enabled State item on the shortcut menu of a front panel control or indicator and to the Enabled State option on the Appearance page of the Properties dialog box.

Examples

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 definitionsYes
Available with polymorphic VIsNo

Examples

Refer to the following VIs for examples of using the Disabled property:

  • Showing and Hiding Options VI: labview\examples\general\cntrlref.llb

     Open example  Browse related examples

  • String Property Node VI: labview\examples\general\cntrlref.llb

     Open example  Browse related examples