Parameter: 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 properties "Checked", "Checkable".
BackColorPressed – background color in the pressed state
Syntax: ReturnValue = ReadCWProperty(
TouchButtonVarName
, "BackColorPressed")
WriteCWProperty(
TouchButtonVarName
, " BackColorPressed",
Value
)
Description: Reads/sets the background color if the TouchButton is in the pressed state
Parameter: 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"
e.g. "#04B7FB"
Note
This property is only available with active style "1= user-specific".
BackColorDisabled – background color in the deactivated state
Syntax: ReturnValue = ReadCWProperty(
TouchButtonVarName
, "BackColorDisabled")
WriteCWProperty(
TouchButtonVarName
, " BackColorDisabled",
Value
)
Description: Reads/sets the background 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".
Graphic and logic elements
7.6 SlEsTouchButton
SINUMERIK Integrate Run MyScreens (BE2)
260 Programming Manual, 12/2017, 6FC5397-1DP40-6BA1