[]
        
(Showing Draft Content)

C1.Framework.ScrollBarElement.-ctor

ScrollBarElement Constructor

ScrollBarElement(Style, bool)

Initializes a new instance of a ScrollBarElement.

Declaration
public ScrollBarElement(Style style, bool horizontal)
Public Sub New(style As Style, horizontal As Boolean)
Parameters
Type Name Description
Style style

Style assigned to the new ScrollBarElement.

bool horizontal

Whether the scrollbar is horizontal or vertical.

ScrollBarElement(Style)

Initializes a new instance of a vertical ScrollBarElement.

Declaration
public ScrollBarElement(Style style)
Public Sub New(style As Style)
Parameters
Type Name Description
Style style

Style assigned to the new ScrollBarElement.

ScrollBarElement(bool)

Initializes a new instance of a ScrollBarElement without a Style.

Declaration
public ScrollBarElement(bool horizontal)
Public Sub New(horizontal As Boolean)
Parameters
Type Name Description
bool horizontal

Whether the scrollbar is horizontal or vertical.

ScrollBarElement()

Initializes a new instance of a vertical ScrollBarElement without a Style.

Declaration
public ScrollBarElement()
Public Sub New()