'Declaration
Public Function New( _ ByVal owner As PopupWindowHelper, _ ByVal host As Control _ )
'Usage
Dim owner As PopupWindowHelper Dim host As Control Dim instance As New PopupWindowHelperMessageFilter(owner, host)
public PopupWindowHelperMessageFilter( PopupWindowHelper owner, Control host )
Parameters
- owner
- The PopupWindowHelper object which owns this class.
- host
- The host control which receives message to be filtered