DisplayWndProcDisplay Method

CVB.Net Documentation
Sub-Window procedure that processes the messages that are specific to the Cvb display.

Namespace:  Stemmer.Cvb.Forms.Controls
Assembly:  Stemmer.Cvb.Forms (in Stemmer.Cvb.Forms.dll) Version: 14.0.0.0
Syntax

protected virtual void WndProcDisplay(
	ref Message m
)

Parameters

m
Type: System.Windows.FormsMessage
Windows message structure

Return Value

Type: 
true if the message has been handled by the display DLL, false otherwise
See Also

Reference