Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupClosedEventArgs Class / Popup Property


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