DomainUpDown

Wisej.Web.DomainUpDown

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents a spinner control that displays string values.

public class DomainUpDown : UpDownBase

Constructors

Initializes a new instance of the DomainUpDown class.

Initializes a new instance of the DomainUpDown class with specific initial settings.

NameTypeDescription

onSelectedItemChanged

The delegate to invoke when the SelectedItemChanged event is raised.

Initializes a new instance of the DomainUpDown class with specific initial settings.

NameTypeDescription

label

Initial LabelText value.

onSelectedItemChanged

The delegate to invoke when the SelectedItemChanged event is raised.

Initializes a new instance of the DomainUpDown class with specific initial settings.

NameTypeDescription

location

The Point specifying the upper-left corner of the DomainUpDown control relative to the upper-left corner of its container.

size

The Size of the DomainUpDown control.

onSelectedItemChanged

The delegate to invoke when the SelectedItemChanged event is raised.

Initializes a new instance of the DomainUpDown class with specific initial settings.

NameTypeDescription

label

Initial LabelText value.

location

The Point specifying the upper-left corner of the DomainUpDown control relative to the upper-left corner of its container.

size

The Size of the DomainUpDown control.

onSelectedItemChanged

The delegate to invoke when the SelectedItemChanged event is raised.

Properties

DomainUpDownItemCollection: A collection of objects assigned to the spinner control.

Int32: Returns or sets the index value of the selected item. (Default: -1)

Throws:

Object: Returns or sets the selected item based on the index value of the selected item in the collection.

Boolean: Returns or sets whether the item collection is sorted. (Default: False)

String: Returns or sets the text associated with this control. (Default: "")

When AllowHtml is set to true, the text can contain HTML content. If the text contains new lines (CRLF) but doesn't contain HTML elements (at least one "<") all CRLF are automatically substituted with "<BR/>".

Events

EventHandler Fired when the SelectedItem property has been changed.

EventHandler Fired when the Sorted property has changed.

Implements

NameDescription

Bindable components implement this interface.

Controls that support drag & drop operations implement this interface.

Provides access to the LabelWrapper associated with the controls that implement this interface.

Provides access to the ReadOnly property for coontrols that support the read-only mode.

Provides access to the validation events and properties property for controls that support validation.

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