Spread Windows Forms 12.0 Product Documentation
PopupWindowHelperMessageFilter Constructor


FarPoint.Win Assembly > FarPoint.Win Namespace > PopupWindowHelperMessageFilter Class : PopupWindowHelperMessageFilter Constructor
The PopupWindowHelper object which owns this class.
The host control which receives message to be filtered
Constructs a new instance of this class and sets the owning object.
Syntax
'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
See Also

Reference

PopupWindowHelperMessageFilter Class
PopupWindowHelperMessageFilter Members