FarPoint.Win Assembly / FarPoint.Win Namespace / ElementWithButtons Class / dropDown Field


In This Topic
dropDown Field (ElementWithButtons)
In This Topic
Drop-down button
Syntax
'Declaration
 
Protected dropDown As DropDownButtonElement
 
'Usage
 
Dim instance As ElementWithButtons
Dim value As DropDownButtonElement
 
value = instance.dropDown
 
instance.dropDown = value
See Also