Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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