PowerTools SPREAD for Windows Forms 8.0J
Interval プロパティ (SideButton)


Clickイベントの発生間隔を取得または設定します。
構文
'Declaration
 
Public Property Interval As Integer
'使用法
 
Dim instance As SideButton
Dim value As Integer
 
instance.Interval = value
 
value = instance.Interval
public int Interval {get; set;}

プロパティ値

Clickイベントの発生間隔を示すSystem.Int32値。デフォルト値は0です。
例外
例外説明
System.ArgumentOutOfRangeException値が0未満です。
解説
値は0以上にする必要があります。CheckOnClickプロパティがtrueの場合、またはIntervalプロパティが0の場合、スピンアクションは停止します。
参照

SideButton クラス
SideButton メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.