- 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
Configure a Button to open a Dialog box
To show a
Dialog box
at runtime, another object must call a specific method.- InProject viewcreate aDialog Box (type).
- Create or select aButtonobject.
- InEvents, next toMouseClick event, selectand select .Add
- Create a dynamic link between theDialogargument and theDialog Box (type).For more information about dynamic links, see Create dynamic links.
Provide Feedback