Item_Shadow_State - FloatingPanel

Determines if an object's item is enabled or disabled

Type: Property

Access: Read/Write

Data Type: Integer

Parameters: Integer iItem

ParameterDescription
iItemThe item number


Syntax
 Property Integer Item_Shadow_State

Read Access: Get Item_Shadow_State iItem to IntegerVariable
Write Access: Set Item_Shadow_State iItem to IntegerVariable/Value


Description

When the Item_Shadow_State property is set true, users cannot perform data entry through this item, and the item is displayed with the shadowed attribute. When it is in its default false state, the item is displayed normally and users can perform data entry, unless this object or an ancestor of this object has its enabled_state set false, in which case all items of this object are shadowed. This property is only used with multi-item objects.