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