MonobjcMonobjc Documented Class Library
ForwardListCount Property
NamespacesMonobjc.WebKitWebBackForwardListForwardListCount

Returns the number of items that follow the current item in the back-forward list.

Original signature is '- (int)forwardListCount'

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

Declaration Syntax
C#Visual BasicVisual C++
public virtual int ForwardListCount { get; }
Public Overridable ReadOnly Property ForwardListCount As Integer
	Get
public:
virtual property int ForwardListCount {
	int get ();
}
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)