TextColorPressed – text color in the pressed state
Syntax: ReturnValue = ReadCWProperty(
TouchButtonVarName
, "TextColorPressed")
WriteCWProperty(
TouchButtonVarName
, "TextColorPressed",
Value
)
Description: Reads/sets the text color if the TouchButton is in the pressed state
Parameters: TouchButtonVar‐
Name
Name of the display variable that contains a SlEsTouch‐
Button
Return Value Read color of the property (string)
Value Value to be set (string) as RGB value in the form
"#RRGGBB",
for example, "#04B7FB"
Note
This property is only available with active style "1= user-specific".
TextColorDisabled – text color in the deactivated state
Syntax: ReturnValue = ReadCWProperty(
TouchButtonVarName
, "TextColorDisabled")
WriteCWProperty(
TouchButtonVarName
, "TextColorDisabled",
Value
)
Description: Reads/sets the text color if the TouchButton is in the deactivated state
Parameters: TouchButtonVar‐
Name
Name of the display variable that contains a SlEsTouch‐
Button
Return Value Read color of the property (string)
Value Value to be set (string) as RGB value in the form
"#RRGGBB",
for example, "#04B7FB"
Note
This property is only available with active style "1= user-specific".
Note
See also the " Enabled" property.
BackgroundPicture – background picture
Syntax: ReturnValue = ReadCWProperty(
TouchButtonVarName
, "BackgroundPic‐
ture")
WriteCWProperty(
TouchButtonVarName
, "BackgroundPicture",
Value
)
Description: Reads/sets the permanent background picture to be displayed, i.e. independent
of the state.
Graphic and logic elements
7.6 SlEsTouchButton
SINUMERIK Integrate Run MyScreens (BE2)
262 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1