共用方式為


ComponentDispatcher.RaiseThreadMessage(MSG) 方法

定義

表示有新訊息可供處理。

public:
 static bool RaiseThreadMessage(System::Windows::Interop::MSG % msg);
[System.Security.SecurityCritical]
public static bool RaiseThreadMessage (ref System.Windows.Interop.MSG msg);
public static bool RaiseThreadMessage (ref System.Windows.Interop.MSG msg);
[<System.Security.SecurityCritical>]
static member RaiseThreadMessage : MSG -> bool
static member RaiseThreadMessage : MSG -> bool
Public Shared Function RaiseThreadMessage (ByRef msg As MSG) As Boolean

參數

msg
MSG

訊息及其關聯的資料。

傳回

如果其中一個接聽訊息迴圈的模組已處理訊息,則為 true。 訊息迴圈的擁有者應忽略該訊息。 如果未處理訊息,則為 false。 在這種情況下,訊息提示的擁有者應呼叫 Win32 函式 TranslateMessage,後面緊接著 DispatchMessage

屬性

備註

訊息幫浦的擁有者應該針對每個鍵盤訊息呼叫這個方法。

適用於

另請參閱