RecordNavigationControl Object

Microsoft Office Web Components Object Model

RecordNavigationControl Object

         
RecordNavigationControl

Represents a record navigation control.

Using the RecordNavigationControl Object

You can use either the CreateObject method or the New keyword to create a RecordNavigationControl object.

The object ID for a record navigation control on an HTML page returns a RecordNavigationControl object. The programmatic identifier for the RecordNavigationControl object is CLSID:0002E554-0000-0000-C000-000000000046. The following example creates a record navigation control named "RNC1" on an HTML page.

<object id=RNC1 classid=CLSID:0002E554-0000-0000-C000-000000000046></object>