IOleInPlaceSite.Scroll Method

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

Syntax

声明
Sub Scroll ( _
    scrollExtant As SIZE _
)
用法
Dim instance As IOleInPlaceSite
Dim scrollExtant As SIZE

instance.Scroll(scrollExtant)
void Scroll(
    SIZE scrollExtant
)
void Scroll(
    [InAttribute] SIZE scrollExtant
)
abstract Scroll : 
        scrollExtant:SIZE -> unit 
function Scroll(
    scrollExtant : SIZE
)

Parameters

Remarks

For information on the COM interface, see IOleInPlaceSite::Scroll

.NET Framework Security

See Also

Reference

IOleInPlaceSite Interface

IOleInPlaceSite Members

Microsoft.VisualStudio.OLE.Interop Namespace