ComponentOne Basic Library for WPF and Silverlight
SelectionMode Property (C1ComboBox)


C1.WPF Namespace > C1ComboBox Class : SelectionMode Property
Gets or sets the selection mode.
Syntax
'Declaration
 
Public Property SelectionMode As C1ComboBoxSelectionMode
'Usage
 
Dim instance As C1ComboBox
Dim value As C1ComboBoxSelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode
public C1ComboBoxSelectionMode SelectionMode {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members