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


C1.Silverlight Namespace > C1ComboBox Class : ScrollBarStyle Property
Gets or sets the style used for the inner scrollbar.
Syntax
'Declaration
 
Public Property ScrollBarStyle As System.Windows.Style
'Usage
 
Dim instance As C1ComboBox
Dim value As System.Windows.Style
 
instance.ScrollBarStyle = value
 
value = instance.ScrollBarStyle
public System.Windows.Style ScrollBarStyle {get; set;}
See Also

Reference

C1ComboBox Class
C1ComboBox Members