SpinnerBox Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
| Name | Description |
|---|---|
| SpinnerBox() |
Initializes a new instance of the SpinnerBox class. |
Fields
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| 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. |