IOleInPlaceSiteEx.Scroll Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

'Declaration
Sub Scroll ( _
    scrollExtant As SIZE _
)
void Scroll(
    SIZE scrollExtant
)
void Scroll(
    [InAttribute] SIZE scrollExtant
)
abstract Scroll : 
        scrollExtant:SIZE -> unit 
function Scroll(
    scrollExtant : SIZE
)

Parameters

Implements

IOleInPlaceSite.Scroll(SIZE)

.NET Framework Security

See Also

Reference

IOleInPlaceSiteEx Interface

Microsoft.VisualStudio.OLE.Interop Namespace