C# 클래스 System.Windows.Forms.MessageBoxManager

파일 보기 프로젝트 열기: marijnkampf/Random-Photo-Screensaver 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Abort string
Cancel string
Ignore string
No string
OK string
Retry string
Yes string

공개 메소드들

메소드 설명
Register ( ) : void

Enables MessageBoxManager functionality

MessageBoxManager functionality is enabled on current thread only. Each thread that needs MessageBoxManager functionality has to call this method.

Unregister ( ) : void

Disables MessageBoxManager functionality

Disables MessageBoxManager functionality on current thread only.

비공개 메소드들

메소드 설명
CallNextHookEx ( IntPtr idHook, int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
EndDialog ( IntPtr hDlg, IntPtr nResult ) : int
EnumChildWindows ( IntPtr hWndParent, EnumChildProc lpEnumFunc, IntPtr lParam ) : bool
GetClassName ( IntPtr hWnd, StringBuilder lpClassName, int nMaxCount ) : int
GetDlgCtrlID ( IntPtr hwndCtl ) : int
GetDlgItem ( IntPtr hDlg, int nIDDlgItem ) : IntPtr
GetWindowText ( IntPtr hWnd, StringBuilder text, int maxLength ) : int
GetWindowTextLength ( IntPtr hWnd ) : int
MessageBoxEnumProc ( IntPtr hWnd, IntPtr lParam ) : bool
MessageBoxHookProc ( int nCode, IntPtr wParam, IntPtr lParam ) : IntPtr
MessageBoxManager ( ) : System
SendMessage ( IntPtr hWnd, int Msg, IntPtr wParam, IntPtr lParam ) : IntPtr
SetWindowText ( IntPtr hWnd, string lpString ) : bool
SetWindowsHookEx ( int idHook, HookProc lpfn, IntPtr hInstance, int threadId ) : IntPtr
UnhookWindowsHookEx ( IntPtr idHook ) : int

메소드 상세

Register() 공개 정적인 메소드

Enables MessageBoxManager functionality
MessageBoxManager functionality is enabled on current thread only. Each thread that needs MessageBoxManager functionality has to call this method.
public static Register ( ) : void
리턴 void

Unregister() 공개 정적인 메소드

Disables MessageBoxManager functionality
Disables MessageBoxManager functionality on current thread only.
public static Unregister ( ) : void
리턴 void

프로퍼티 상세

Abort 공개적으로 정적으로 프로퍼티

Abort text
public static string Abort
리턴 string

Cancel 공개적으로 정적으로 프로퍼티

Cancel text
public static string Cancel
리턴 string

Ignore 공개적으로 정적으로 프로퍼티

Ignore text
public static string Ignore
리턴 string

No 공개적으로 정적으로 프로퍼티

No text
public static string No
리턴 string

OK 공개적으로 정적으로 프로퍼티

OK text
public static string OK
리턴 string

Retry 공개적으로 정적으로 프로퍼티

Retry text
public static string Retry
리턴 string

Yes 공개적으로 정적으로 프로퍼티

Yes text
public static string Yes
리턴 string