LinkLabel.WndProc(Message) Method   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.