MonobjcMonobjc Documented Class Library
GoToBackForwardItem Method (item)
NamespacesMonobjc.WebKitWebViewGoToBackForwardItem(WebHistoryItem)

Loads a specific location from the back-forward list and sets it as the current item.

Original signature is '- (BOOL)goToBackForwardItem:(WebHistoryItem *)item'

Available in Mac OS X v10.2 with Safari 1.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public virtual bool GoToBackForwardItem(
	WebHistoryItem item
)
Public Overridable Function GoToBackForwardItem ( _
	item As WebHistoryItem _
) As Boolean
public:
virtual bool GoToBackForwardItem(
	WebHistoryItem^ item
)
Parameters
item (WebHistoryItem)
The index of the location to load. This method sets the current item in the back-forward list to item.
Return Value
YES if item is in the back-forward list; otherwise, NO.
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.WebKit (Module: Monobjc.WebKit)