Bearbeiten

ComponentDispatcher.CurrentKeyboardMessage Property

Definition

Gets the last message that was raised.

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>]
static member CurrentKeyboardMessage : System.Windows.Interop.MSG
static member CurrentKeyboardMessage : System.Windows.Interop.MSG
Public Shared ReadOnly Property CurrentKeyboardMessage As MSG

Property Value

MSG

The last message.

Attributes

Applies to

See also