Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupWindowHelperMessageFilter Class / Popup Property


In This Topic
    Popup Property (PopupWindowHelperMessageFilter)
    In This Topic
    Gets or sets the popup form which is being displayed.
    Syntax
    'Declaration
     
    
    Public Property Popup As Form
    'Usage
     
    
    Dim instance As PopupWindowHelperMessageFilter
    Dim value As Form
     
    instance.Popup = value
     
    value = instance.Popup
    public Form Popup {get; set;}
    See Also