- 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 close a Dialog box
To hide a
Dialog box
at runtime, another object must call a specific method.- InProject viewcreate aDialog Box (type).
- Under theDialog Box (type), create aButtonobject.
- InEvents, next toMouseClick event, selectand select theAddClosemethod.
Provide Feedback