Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / popUp Field


In This Topic
    popUp Field
    In This Topic
    Pop-up button
    Syntax
    'Declaration
     
    
    Protected popUp As ButtonElement
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim value As ButtonElement
     
    value = instance.popUp
     
    instance.popUp = value
    protected ButtonElement popUp
    See Also