Spread Windows Forms 15.0
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
    public Form Popup {get;}
    See Also