Control class/Disabled property

From LabVIEW Wiki
Jump to: navigation, search
VI Server Property Information
Property ID 633203D
Scope Basic Development Environment
Data Name DisabledEnum
Short Name* Disabled
Long Name* Disabled
* 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 U8 data type

Enum U8

Property Node Disabled
Available in Real-Time Operating SystemYes
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

Indicates whether you can operate the control.

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.

Values
0 Enabled—The user can operate the object.
1 Disabled—The object appears as normal on the front panel, but the user cannot operate the object.
2 Disabled and Grayed Out—The object appears dimmed on the front panel, and the user cannot operate the object.

Uses

History

Version Change(s)
LabVIEW 2009 This property was added in LabVIEW 2009.

See Also

External Links