IOleInPlaceSiteWindowless.Scroll(SIZE) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.