ComponentOne FinancialChart for WPF
C1.WPF Namespace / C1ComboBox Class / ScrollBarStyle Property



In This Topic
    ScrollBarStyle Property (C1ComboBox)
    In This Topic
    Gets or sets the style used for the inner scrollbar.
    Syntax
    'Declaration
     
    
    Public Property ScrollBarStyle As Style
    'Usage
     
    
    Dim instance As C1ComboBox
    Dim value As Style
     
    instance.ScrollBarStyle = value
     
    value = instance.ScrollBarStyle
    public Style ScrollBarStyle {get; set;}
    public:
    property Style^ ScrollBarStyle {
       Style^ get();
       void set (    Style^ value);
    }
    See Also