- 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 button that adds random data
Create a button that triggers the generation of random strings that populate the filterable list box.
- Create a button:
- InProject view, right-clickMainWindow (type)and select .
- Hover-over the button, select, and enterEditGenerateRandomStringsButton.
- Configure the button:
- InProperties, setTexttoGenerate Random Data.
- Next toMouseClick event, selectand select .Add
- Next toMouseClick event, selectand select .Add
Provide Feedback