Column_Shadow_State - DataList
Determines if a column is disabled (shadowed) or enabled
Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None
Parameters
| Parameter | Type | Description |
|---|---|---|
| iCol | Integer | The column number (0-based) |
Syntax
Property Boolean Column_Shadow_State
| Access Type | Syntax |
|---|---|
| Read Access: | Get Column_Shadow_State to BooleanVariable |
| Write Access: | Set Column_Shadow_State to BooleanVariable/Value |
Description
Shadowing a column affects both its appearance and its functionality. A shadowed column will be displayed in the shadowed color (defined by the desktop or its palette). If a user places the selection cursor on a shadowed column, the column will not respond to the Enter key or any mouse action.
Set Column_Shadow_State 4 to True
If (Column_Shadow_State(Self, Current)) Send Ignore_Item
| Col 1 | Col 2 |
|---|---|
| Note: | Column_xxx states must be set after the Entry_Items, in order for it to take effect. |