Bewerken

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

Property Value

MSG

The last message.

Applies to

See also