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
)
function Scroll(
    scrollExtant : SIZE
)

Parameters

Remarks

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

Permissions

See Also

Reference

IOleInPlaceSite Interface

IOleInPlaceSite Members

Microsoft.VisualStudio.OLE.Interop Namespace