Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / PopupCancelEventArgs Class / Popup Property


In This Topic
Popup Property (PopupCancelEventArgs)
In This Topic
Gets the popup form.
Syntax
'Declaration
 
Public ReadOnly Property Popup As Form
 
'Usage
 
Dim instance As PopupCancelEventArgs
Dim value As Form
 
value = instance.Popup
See Also