[]
        
(Showing Draft Content)

FarPoint.Win.PopupWindowHelper.WndProc

WndProc Method

WndProc(ref Message)

Subclasses the owning form's existing Window Procedure to enables the title bar to remain active when a popup is show, and to detect if the user clicks onto another application whilst the popup is visible.

Declaration
protected override void WndProc(ref Message m)
Protected Overrides Sub WndProc(ByRef m As Message)
Parameters
Type Name Description
Message m

Window Procedure Message

Overrides