Spread Windows Forms 6.0 Product Documentation
PopupWindowHelperMessageFilter Constructor
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win Namespace > PopupWindowHelperMessageFilter Class : PopupWindowHelperMessageFilter Constructor


owner
The PopupWindowHelper object which owns this class.
host
The host control which receives message to be filtered

Glossary Item Box

Constructs a new instance of this class and sets the owning object.

Syntax

Visual Basic (Declaration) 
Public Function New( _
   ByVal owner As PopupWindowHelper, _
   ByVal host As Control _
)
Visual Basic (Usage)Copy Code
Dim owner As PopupWindowHelper
Dim host As Control
 
Dim instance As New PopupWindowHelperMessageFilter(owner, host)
C# 
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 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.