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


Glossary Item Box

A class to assist in creating popup windows like Combo Box drop-downs and Menus. This class includes functionality to keep the title bar of the popup owner form active whilst the popup is displayed, and to automatically cancel the popup whenever the user clicks outside the popup window or shifts focus to another application.

Object Model

PopupWindowHelper Class

Syntax

Visual Basic (Declaration) 
Public Class PopupWindowHelper 
   Inherits System.Windows.Forms.NativeWindow
Visual Basic (Usage)Copy Code
Dim instance As PopupWindowHelper
C# 
public class PopupWindowHelper : System.Windows.Forms.NativeWindow 

Inheritance Hierarchy

System.Object
   System.MarshalByRefObject
      System.Windows.Forms.NativeWindow
         FarPoint.Win.PopupWindowHelper

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.