Skip to main content
A newer version of this page is available. .
Tab

SpinButtonExtended Members

Represents an individual spin button.

Constructors

Name Description
SpinButtonExtended() Initializes a new instance of the SpinButtonExtended class with default settings.
SpinButtonExtended(IWebControlObject, SpinButtonKind) Initializes a new instance of the SpinButtonExtended class with the specified settings.
SpinButtonExtended(SpinButtonKind) Initializes a new instance of the SpinButtonExtended class with the specified setting.

Properties

Name Description
ButtonKind Gets a value that indicates a spin button’s type.
ClientVisible Gets or sets a value that specifies the initial visibility state of an edit button on the client. Inherited from EditButton.
Collection Gets the collection to which an item belongs. Inherited from CollectionItem.
Enabled Gets or sets a value that indicates whether the button is enabled, allowing it to respond to end-user interactions. Inherited from EditButton.
Image Gets the settings of an image displayed within the button. Inherited from EditButton.
ImagePosition This property is not in effect for the SpinButtonExtended class.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Position Gets or sets the button’s horizontal position within an editor. Inherited from EditButton.
Text This property is not in effect for the SpinButtonExtended class.
ToolTip Gets or sets the current edit button’s tooltip text. Inherited from EditButton.
Visible Gets or sets the edit button’s visibility status. Inherited from EditButton.
Width Gets or sets the editor button’s width. Inherited from EditButton.

Methods

Name Description
Assign(CollectionItem) Copies the settings from the specified item to the current object. Inherited from EditButton.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
ToString() Returns the string that represents the current object. Inherited from EditButton.
See Also