IOleInPlaceSiteWindowless.Scroll(SIZE) 方法

定义

指定容器用于滚动对象的像素数。

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)

参数

scrollExtant
SIZE

中在 X 和 Y 方向上滚动的像素数。

实现

适用于