다음을 통해 공유


ToolTip.AutomaticDelay 속성

도구 설명에 대한 자동 지연 시간을 가져오거나 설정합니다.

네임스페이스: System.Windows.Forms
어셈블리: System.Windows.Forms(system.windows.forms.dll)

구문

‘선언
Public Property AutomaticDelay As Integer
‘사용 방법
Dim instance As ToolTip
Dim value As Integer

value = instance.AutomaticDelay

instance.AutomaticDelay = value
public int AutomaticDelay { get; set; }
public:
property int AutomaticDelay {
    int get ();
    void set (int value);
}
/** @property */
public int get_AutomaticDelay ()

/** @property */
public void set_AutomaticDelay (int value)
public function get AutomaticDelay () : int

public function set AutomaticDelay (value : int)

속성 값

자동 지연 시간(밀리초)입니다. 기본값은 500입니다.

설명

AutomaticDelay 속성을 사용하면 AutoPopDelay, InitialDelayReshowDelay 속성의 값을 설정하는 데 사용되는 단일 지연 값을 설정할 수 있습니다. AutomaticDelay 속성을 설정할 때마다 다음 값이 기본적으로 설정됩니다.

속성

기본값

AutoPopDelay

AutomaticDelay 속성 값의 10배

InitialDelay

AutomaticDelay 속성 값과 동일한 값

ReshowDelay

AutomaticDelay 속성 값의 1/5

AutomaticDelay 속성을 설정한 다음에도 이러한 속성을 별도로 설정할 수 있습니다. 자세한 내용은 AutoPopDelay, InitialDelayReshowDelay 속성을 참조하십시오. 이 속성은 일반적으로 도구 설명 창에 대해 일관된 지연 패턴을 제공하는 데 사용됩니다.

플랫폼

Windows 98, Windows 2000 SP4, Windows CE, Windows Millennium Edition, Windows Mobile for Pocket PC, Windows Mobile for Smartphone, Windows Server 2003, Windows XP Media Center Edition, Windows XP Professional x64 Edition, Windows XP SP2, Windows XP Starter Edition

.NET Framework에서 모든 플래폼의 모든 버전을 지원하지는 않습니다. 지원되는 버전의 목록은 시스템 요구 사항을 참조하십시오.

버전 정보

.NET Framework

2.0, 1.1, 1.0에서 지원

참고 항목

참조

ToolTip 클래스
ToolTip 멤버
System.Windows.Forms 네임스페이스
AutoPopDelay
InitialDelay
ReshowDelay
UseFading
Popup