WatermarkTextBox.WndProc Method (Message)
Processes Windows messages.
Namespace: Microsoft.WindowsServerSolutions.Common
Assembly: AdminCommon (in AdminCommon.dll)
Syntax
protected override void WndProc(
ref Message m
)
protected:
virtual void WndProc(
Message% m
) override
Protected Overrides Sub WndProc (
ByRef m As Message
)
Parameters
m
Type: System.Windows.Forms.MessageThe Windows message to process.
See Also
WatermarkTextBox Class
Microsoft.WindowsServerSolutions.Common Namespace
Return to top