SuperTooltip for WinForms
AutomaticDelay プロパティ (C1SuperTooltipBase)

C1.Win.6 アセンブリ > C1.Win.SuperTooltip 名前空間 > C1SuperTooltipBase クラス : AutomaticDelay プロパティ
C1SuperTooltipBaseの自動遅延時間を取得または設定します。
シンタックス
'宣言
 
Public Property AutomaticDelay As System.Integer
public System.int AutomaticDelay {get; set;}
解説

AutomaticDelayプロパティを使用して1つの遅延時間値を設定すると、その後この値を使用して、 AutoPopDelayInitialDelayReshowDelayの各プロパティの値が設定されます。 AutomaticDelayプロパティを設定するたびに、次の値がデフォルトで設定されます。

AutoPopDelayAutomaticDelayプロパティ値の 10 倍。

InitialDelayAutomaticDelayプロパティ値と等しい値。

ReshowDelayAutomaticDelayプロパティ値の5分の1。

これらのプロパティは、AutomaticDelay プロパティを設定した後で個別に設定することもできます。詳細については、 AutoPopDelayInitialDelayReshowDelayの各プロパティを参照してください。通常は、このプロパティを使用して、 C1SuperTooltipBaseウィンドウに一貫した遅延時間パターンを提供します。

参照

C1SuperTooltipBase クラス
C1SuperTooltipBase メンバ