SpinnerBox Class

Definition

Represents the SpinnerBox and its properties.

public ref class SpinnerBox : System::Windows::Forms::PictureBox
public class SpinnerBox : System.Windows.Forms.PictureBox
type SpinnerBox = class
    inherit PictureBox
Public Class SpinnerBox
Inherits PictureBox
Inheritance
SpinnerBox

Constructors

SpinnerBox()

Initializes a new instance of the SpinnerBox class.

Fields

isActive

Defines a value that indicates whether the object is active.

offX

Defines a value that the drop shadow is offset from the object along the x-axis.

timer

Executes the timer in the spinner box.

v

Defines the integer value of the velocity of the spinner box.

Properties

Delay

Gets or sets the value of time interval for delay.

Velocity

Gets or sets the integer value for the velocity of the spinner box.

Methods

Activate()

Indicates the timer to start.

Deactivate()

Indicates the timer of the spinner box to stop.

Dispose(Boolean)

Releases the unmanaged resources used by the SpinnerBox and optionally releases the managed resources.

OnPaint(PaintEventArgs)

Raises the PaintEventArgs to scale the image.

Applies to