Spread Windows Forms 12.0 Product Documentation
PopUpButton Property


FarPoint.Win Assembly > FarPoint.Win Namespace > ElementWithButtons Class : PopUpButton Property
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;}

Property Value

IElement object
Remarks
Specify the type of button displayed by setting the ButtonStyle property.
See Also

Reference

ElementWithButtons Class
ElementWithButtons Members
ButtonStyle Property