Spread Windows Forms 17
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


In This Topic
    PopupWindowHelperMessageFilter Constructor
    In This Topic
    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