ComponentDispatcher.CurrentKeyboardMessage 属性

定义

获取已引发的最后一条消息。

public:
 static property System::Windows::Interop::MSG CurrentKeyboardMessage { System::Windows::Interop::MSG get(); };
public static System.Windows.Interop.MSG CurrentKeyboardMessage { [System.Security.SecurityCritical] get; }
public static System.Windows.Interop.MSG CurrentKeyboardMessage { get; }
[<get: System.Security.SecurityCritical>]
member this.CurrentKeyboardMessage : System.Windows.Interop.MSG
member this.CurrentKeyboardMessage : System.Windows.Interop.MSG
Public Shared ReadOnly Property CurrentKeyboardMessage As MSG

属性值

MSG

最后一条消息。

属性

适用于

另请参阅