Share via


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

See Also

WatermarkTextBox Class
Microsoft.WindowsServerSolutions.Common Namespace

Return to top