Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupWindowHelperMessageFilter Class
Properties Methods Events


In This Topic
    PopupWindowHelperMessageFilter Class Members
    In This Topic

    The following tables list the members exposed by PopupWindowHelperMessageFilter.

    Public Constructors
     NameDescription
    Public ConstructorConstructs a new instance of this class and sets the owning object.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the popup form which is being displayed.  
    Top
    Public Methods
     NameDescription
    Public MethodChecks the message loop for mouse messages while the popup window is displayed. If one is detected the position is checked to see if it is outside the form, and the owner is notified if so.  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the PopupCancel event.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the Popup Window is about to be cancelled. The PopupCancelEventArgs.Cancel property can be set to true to prevent the form from being cancelled.  
    Top
    See Also