Share via


RibbonTabDataAutomationPeer.IScrollItemProvider.ScrollIntoView Method

Scrolls the content area of a container object in order to display the control within the visible region of the container.

Namespace:  Microsoft.Windows.Automation.Peers
Assembly:  RibbonControlsLibrary (in RibbonControlsLibrary.dll)

Syntax

'Declaration
Private Sub ScrollIntoView Implements IScrollItemProvider.ScrollIntoView
void IScrollItemProvider.ScrollIntoView()
private:
virtual void ScrollIntoView() sealed = IScrollItemProvider::ScrollIntoView
private abstract ScrollIntoView : unit -> unit 
private override ScrollIntoView : unit -> unit 
JScript does not support explicit interface implementations.

Implements

IScrollItemProvider.ScrollIntoView()

Remarks

This member is an explicit interface member implementation. It can be used only when the RibbonTabDataAutomationPeer instance is cast to an IScrollItemProvider interface.

.NET Framework Security

See Also

Reference

RibbonTabDataAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace