Spread WinForms 15
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
See Also