ComponentEditorForm.PreProcessMessage(Message) Method

Definition

Provides a method to override in order to preprocess input messages before they are dispatched.

public:
 override bool PreProcessMessage(System::Windows::Forms::Message % msg);
public override bool PreProcessMessage (ref System.Windows.Forms.Message msg);
override this.PreProcessMessage : Message -> bool
Public Overrides Function PreProcessMessage (ByRef msg As Message) As Boolean

Parameters

msg
Message

A Message that specifies the message to preprocess.

Returns

true if the specified message is for a component editor page; otherwise, false.

Remarks

PreProcessMessage is called by the application's message loop to preprocess input messages before they are dispatched.

Applies to