Add navigation buttons

Add back, forward, and refresh buttons for the
Web browser
object.
  1. Create three
    Button
    objects.
  2. Set the
    Text
    properties of the buttons to:
    • Back
    • Forward
    • Refresh
  3. Select the
    Back
    button, and in
    Events
    , next to
    MouseClickEvent
    , select
    Add
    Add
    and select the
    NavigateBack
    method of the
    Web Browser
    object.
  4. Select the
    Forward
    button, and in
    Events
    , next to
    MouseClickEvent
    , select
    Add
    Add
    and select the
    NavigateNext
    method of the
    Web Browser
    object.
  5. Select the
    Refresh
    button, and in
    Events
    , next to
    MouseClickEvent
    , select
    Add
    Add
    and select the
    Refresh
    method of the
    Web Browser
    object.
Provide Feedback
Have questions or feedback about this documentation? Please submit your feedback here.