다음을 통해 공유


CommonDialog.RunDialog 메서드

파생된 클래스에서 재정의하는 경우 일반 대화 상자를 지정합니다.

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

구문

‘선언
Protected MustOverride Function RunDialog ( _
    hwndOwner As IntPtr _
) As Boolean
‘사용 방법
Dim hwndOwner As IntPtr
Dim returnValue As Boolean

returnValue = Me.RunDialog(hwndOwner)
protected abstract bool RunDialog (
    IntPtr hwndOwner
)
protected:
virtual bool RunDialog (
    IntPtr hwndOwner
) abstract
protected abstract boolean RunDialog (
    IntPtr hwndOwner
)
protected abstract function RunDialog (
    hwndOwner : IntPtr
) : boolean

매개 변수

  • hwndOwner
    일반 대화 상자에 대한 소유자 창의 창 핸들을 나타내는 값입니다.

반환 값

대화 상자가 성공적으로 실행되었으면 true이고, 그렇지 않으면 false입니다.

설명

이 메서드는 일반 대화 상자의 사용자가 ShowDialog를 호출할 때 호출되므로 특정 일반 대화 상자를 구현하려면 CommonDialog의 상속된 클래스에 의해 이 메서드가 재정의되어야 합니다.

.NET Framework 보안

플랫폼

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에서 지원

참고 항목

참조

CommonDialog 클래스
CommonDialog 멤버
System.Windows.Forms 네임스페이스
ShowDialog
HookProc