Label_Shadow_Display_Mode - TextBox
Controls under what conditions this object is shadowed
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer Label_Shadow_Display_Mode
| Access Type | Syntax |
|---|---|
| Read Access: | Get Label_Shadow_Display_Mode to IntegerVariable |
| Write Access: | Set Label_Shadow_Display_Mode to IntegerVariable/Value |
Description
The Label_shadow_display_mode property controls under what conditions this object is shadowed. The values are:
| Constant | Meaning |
|---|---|
| TBShadow_On_Group | Visually shadow text if object is contextually shadowed (by ancestor). This is the default value |
| TBShadow_On_None | Never visually shadow the text |
| TBShadow_On_Local | Visually shadow text if object is inherently shadowed |
| TBShadow_On_All | Visually shadow text whenever the object is shadowed |
Default is TBSHADOW_ON_GROUP.