WndProc Method

Summary

Processes Windows messages. Overrides WndProc.

Syntax
C#
VB
C++
protected override void WndProc( 
   ref Message m 
) 
  
Protected Overrides Sub WndProc( _ 
   ByRef m As Message _ 
)  
            protected: 
void WndProc(  
   Message% m 
) override  

Parameters

m
System.Windows.Forms.MessageRepresents the Windows Message to process.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly