Table of Contents

TSpinProperties Class

Spin properties of a scrollbar, spinner, listbox or combobox.

Syntax

Namespace: FlexCel.Core

public class TSpinProperties

Constructors

Methods

Name Description
Clone Creates a copy of the data.
Equals Returns true if both objects have the same data.
GetHashCode Hashcode for the object.

Properties

Name Description
Dx Width of the scrollbar. It should normally be 16.
Incr How much the scrollbar moves when you press the up or down arrow. You will probably want to keep this at 1.
IsHorizontal If used in a scrollbar, this property defines if the scrollbar is horizontal or vertical.
Max Maximum value for the spinner/scrollbar.
Min Minimum value for the spinner/scrollbar.
Page How much the scrollbar moves when you press pgup/down.