Spread WinForms 15
GrapeCity.Win.PluginInputMan Assembly / GrapeCity.Win.Spread.InputMan.CellType Namespace / DropDownPicker Class / SelectionRenderMode Property


In This Topic
SelectionRenderMode Property (DropDownPicker)
In This Topic
Gets or sets the selection render mode of the drop-down picker.
Syntax
'Declaration
 
Public Overridable Property SelectionRenderMode As SelectionRenderMode
 
'Usage
 
Dim instance As DropDownPicker
Dim value As SelectionRenderMode
 
instance.SelectionRenderMode = value
 
value = instance.SelectionRenderMode

Property Value

A SelectionRenderMode value indicates the selection render mode of the DropDownPicker.
The default is SelectionRenderMode.Border.
See Also