Spread Windows Forms 7.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 2000 Professional (SP4), Windows 2000 Server, Windows 2003 Server (SP1), Windows 2008, Windows XP (SP2), Windows Vista, Windows 7, Windows 8

See Also

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