Свойство | Type | Description | |
---|---|---|---|
Abort | string | ||
Cancel | string | ||
Ignore | string | ||
No | string | ||
OK | string | ||
Retry | string | ||
Yes | string |
Méthode | Description | |
---|---|---|
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. |
Méthode | Description | |
---|---|---|
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, |
||
GetDlgCtrlID ( IntPtr hwndCtl ) : int | ||
GetDlgItem ( IntPtr hDlg, int nIDDlgItem ) : IntPtr | ||
GetWindowText ( IntPtr hWnd, |
||
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 |