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 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.MedicalViewer Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.