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


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