Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / PopUpButton Property


In This Topic
    PopUpButton Property
    In This Topic
    Gets whether a pop-up button has been implemented.
    Syntax
    'Declaration
     
    
    Public Overridable ReadOnly Property PopUpButton As IElement
    'Usage
     
    
    Dim instance As ElementWithButtons
    Dim value As IElement
     
    value = instance.PopUpButton
    public virtual IElement PopUpButton {get;}
    See Also