- Getting started
- Using the software
- OPC UA
- Graphic and layout objects
- Developing solutions
- Developing projects with C#
- Application examples
- UI tutorial
- OPC UA tutorial
- NetLogic tutorial
- Object and variable references
Create a checkbox that shows or hides the clock
Create a checkbox dynamically linked with a user-specific variable that shows or hides the clock.
- Create the checkbox:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the checkbox, select, and enterShowClockCheckBox.
- Configure the checkbox:
- InProperties, create a dynamic link betweenActiveand .For more information about dynamic links, see Create dynamic links.
- SetTexttoShow clock.
Provide Feedback