संपादन करना

के माध्यम से साझा करें


IWindowTarget.OnMessage(Message) Method

Definition

Processes the Windows messages.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void OnMessage(System::Windows::Forms::Message % m);
public void OnMessage(ref System.Windows.Forms.Message m);
abstract member OnMessage : Message -> unit
Public Sub OnMessage (ByRef m As Message)

Parameters

m
Message

The Windows message to process.

Applies to