LinkLabel.WndProc(Message) Method

Definition

Processes the specified Windows message.

protected:
 override void WndProc(System::Windows::Forms::Message % msg);
protected override void WndProc (ref System.Windows.Forms.Message msg);
override this.WndProc : Message -> unit
Protected Overrides Sub WndProc (ByRef msg As Message)

Parameters

msg
Message

The message to process.

Applies to