Skip to content

Shadow_State - DfBaseList

Determines if item is enabled (not shadowed)

Type: Property
Access: Read/Write
Data Type: Boolean
Parameters: None

Parameters

Parameter Type Description
iItem Integer

Syntax

Property Boolean Shadow_State
Access Type Syntax
Read Access: Get Shadow_State to BooleanVariable
Write Access: Set Shadow_State to BooleanVariable/Value

Description

Shadowing an item affects both its appearance and its functionality. A shadowed item will be displayed in the shadowed color (defined by the desktop or its palette). If a user places the selection cursor on a shadowed item, the item will not respond to the kenter key or any mouse action.

set shadow_state 4 to true

if (shadow_state(Self, current)) send ignore_item

Default is false.