バージョン

CanSpin(ScrollButton,SpinButtonTypes) メソッド

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

パラメータ

direction
スピン ボタンの方向。
buttonType
スピン ボタンのタイプ

戻り値の型

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