- 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
Add navigation buttons
Add back, forward, and refresh buttons for the
Web browser
object.- Create threeButtonobjects.
- Set theTextproperties of the buttons to:
- Back
- Forward
- Refresh
- Select theBackbutton, and inEvents, next toMouseClickEvent, selectand select theAddNavigateBackmethod of theWeb Browserobject.
- Select theForwardbutton, and inEvents, next toMouseClickEvent, selectand select theAddNavigateNextmethod of theWeb Browserobject.
- Select theRefreshbutton, and inEvents, next toMouseClickEvent, selectand select theAddRefreshmethod of theWeb Browserobject.
Provide Feedback