IOleInPlaceSiteWindowless.Scroll(SIZE) Method

Definition

Specifies the number of pixels by which the container is to scroll the object.

public:
 void Scroll(Microsoft::VisualStudio::OLE::Interop::SIZE scrollExtant);
public:
 void Scroll(Microsoft::VisualStudio::OLE::Interop::SIZE scrollExtant);
void Scroll(Microsoft::VisualStudio::OLE::Interop::SIZE scrollExtant);
public void Scroll (Microsoft.VisualStudio.OLE.Interop.SIZE scrollExtant);
abstract member Scroll : Microsoft.VisualStudio.OLE.Interop.SIZE -> unit
Public Sub Scroll (scrollExtant As SIZE)

Parameters

scrollExtant
SIZE

[in] Number of pixels by which to scroll in the X and Y directions.

Implements

Applies to