Spread WinForms 15
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
See Also