UpDownBase

Wisej.Web.UpDownBase

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.5.0.0)

Implements the basic functionality required by a spin box (also known as an up-down control).

public class UpDownBase : Control

Constructors

UpDownBase()

Initializes a new instance of the UpDownBase class.

Properties

AutoSize

Booleanarrow-up-right: Returns or sets whether the height of the control is set automatically.

BorderStyle

BorderStyle: Returns or sets the border style for the spin box (also known as an up-down control).

Editable

Booleanarrow-up-right: Returns or sets whether the user can edit the text in the control.

EnableNativeContextMenu

Booleanarrow-up-right: Enables or disables the browser's context menu.

HideUpDownButtons

Booleanarrow-up-right: Returns or sets the visibility of the spinner buttons.

InterceptArrowKeys

Booleanarrow-up-right: Returns or sets whether the user can use the UP ARROW and DOWN ARROW keys to select values.

Invalid

Booleanarrow-up-right: Returns or sets a value that indicates that the control is invalid.

InvalidMessage

Stringarrow-up-right: Returns or sets the invalid message that is shown in the invalid tooltip.

Label

LabelWrapper: Provides a label related to the control.

LabelText

Stringarrow-up-right: Returns or sets the localizable label associated with this control.

MaximumSize

Sizearrow-up-right: Returns or sets the maximum size of the spin box (also known as an up-down control).

MinimumSize

Sizearrow-up-right: Returns or sets the minimum size of the spin box (also known as an up-down control).

ReadOnly

Booleanarrow-up-right: Returns or sets whether the control is read-only.

SelectOnEnter

Booleanarrow-up-right: Selects the text when gaining the focus.

TextAlign

HorizontalAlignment: Returns or sets the alignment of the text in the spin box (also known as an up-down control).

UpDownAlign

HorizontalAlignment: Returns or sets the alignment of the up and down buttons on the spin box (also known as an up-down control).

When this value is set to Center, the spin box (editable part of the control) is centered between the up and down buttons.

Wrap

Booleanarrow-up-right: Returns or sets whether the collection of items continues to the first or last item if the user continues past the end of the list.

Events

AutoSizeChanged

EventHandlerarrow-up-right Fired when the value of the AutoSize property changes.

EditableChanged

EventHandlerarrow-up-right Fired when the value of the Editable property has changed.

ReadOnlyChanged

EventHandlerarrow-up-right Fired when the value of the ReadOnly property has changed.

Inherited By

Name
Description

Represents a spinner control that displays string values.

Represents a spinner control that displays numeric values.

Represents a spinner control that displays TimeSpanarrow-up-right values.

Implements

Name
Description

Bindable components implement this interface.

All wisej components implement this interface.

All wisej controls derived from the Control class must implement this interface.

Allows an object to serialize itself.

Last updated

Was this helpful?