バージョン

ScrollItemIntoView メソッド (WinCarouselRecordReplayServer)

提供された項目を表示可能領域にスクロールします。
シンタックス
'宣言
 
Public Sub ScrollItemIntoView( _
   ByVal oItemArg As System.Object, _
   Optional ByVal oPercentage As System.Object _
) 
public void ScrollItemIntoView( 
   System.object oItemArg,
   System.object oPercentage
)

パラメータ

oItemArg
oPercentage
デフォルト値は null です。項目は背景にスクロールされます。提供された場合、項目を表示可能領域のパーセンテージにスクロールします。予期値は 0 と 100 の間の値です。
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照