Item_Shadow_State - TextBox
Determines if an object's item is enabled or disabled
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iItem | Integer | The item number |
Syntax
Property Integer Item_Shadow_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Item_Shadow_State to IntegerVariable |
| Write Access: | Set Item_Shadow_State 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.