[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FlatScrollBarRenderer

FlatScrollBarRenderer Class

Represents the renderer that paints the the scroll bar with the flat skin.

Inheritance
FlatScrollBarRenderer
Namespace: FarPoint.Win.Spread
Assembly: FarPoint.Win.Spread.dll
Syntax
[TypeConverter(typeof(_pg))]
public class FlatScrollBarRenderer : IScrollBarRenderer, ICloneable, ISerializeSupport
<TypeConverter(GetType(_pg))>
Public Class FlatScrollBarRenderer
    Implements IScrollBarRenderer, ICloneable, ISerializeSupport

Constructors

Name Description
FlatScrollBarRenderer()

Creates a new instance of FlatScrollBarRenderer class.

Properties

Name Description
ArrowColor

Gets or sets the arrow color.

BackColor

Gets or sets the background color of scroll bar elements.

BorderActiveColor

Gets or sets the border color of scroll bar elements in an active state.

BorderColor

Gets or sets the border color of scroll bar elements.

TrackBarBackColor

Gets or sets the background color of the track bar.

Methods