RibbonGroupDataAutomationPeer.IScrollItemProvider.ScrollIntoView Method

Scrolls the RibbonGroup into 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 RibbonGroupDataAutomationPeer instance is cast to an IScrollItemProvider interface.

.NET Framework Security

See Also

Reference

RibbonGroupDataAutomationPeer Class

Microsoft.Windows.Automation.Peers Namespace