Spread Windows Forms 8.0 Product Documentation
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
Requirements

Target Platforms: Windows 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

Reference

PopupWindowHelperMessageFilter Class
PopupWindowHelperMessageFilter Members

 

 


Copyright © GrapeCity, inc. All rights reserved.