The C1ScrollerBase type exposes the following members.

Constructors

  NameDescription
Public methodC1ScrollerBase

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyButtonAlign
Gets or sets a value indicating the alignment of scroll buttons.
Public propertyDecreaseButtonOffsetX
Gets or sets the decrease button offset.
Public propertyDecreaseButtonOffsetY
Gets or sets the decrease button offset.
Public propertyHoverEdgeSpan
Gets or sets the hover edge span.
Public propertyIncreaseButtonOffsetX
Gets or sets the increase button offset.
Public propertyIncreaseButtonOffsetY
Gets or sets the increase button offset.
Public propertyLargeChange
Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a large distance.
Public propertyMaximum
Gets or sets the Maximum value for scroller.
Public propertyMinimum
Gets or sets Minimum value of the scroller.
Public propertyMode
Gets or sets the mode of this scroller.
Public propertyShowArrows
Gets or sets a value indicating whether to show scroll bar arrows.
Public propertySmallChange
Gets or sets the value to be added to or subtracted from the Value property when the scroll box is moved a small distance.
Public propertyValue
Gets or sets a numeric value that represents the current position of the scroll box on the scroll bar control.
Public propertyVisibility
Gets or sets visibility option for C1SuperPanel.

See Also