バージョン

CanSpin(ScrollButton,SpinButtonTypes) メソッド

スピン操作中にまた要素が配置されるときに、スピンボタンを無効にする必要があるかどうかを決定するために使用されます。
シンタックス
'宣言
 
Protected Overloads Overrides Function CanSpin( _
   ByVal direction As ScrollButton, _
   ByVal spinButtonType As SpinButtonTypes _
) As Boolean
protected override bool CanSpin( 
   ScrollButton direction,
   SpinButtonTypes spinButtonType
)

パラメータ

direction
スピン ボタンの方向。
spinButtonType
評価するスピン ボタンのタイプ

戻り値の型

ボタンを有効または無効にする必要があるかどうかを示すブール値。
参照