BootstrapClearButton Members
Implements the Clear button functionality.Constructors
| Name | Description |
|---|---|
| BootstrapClearButton() | Initializes a new instance of the BootstrapClearButton class with default settings. |
| BootstrapClearButton(IWebControlObject) | Initializes a new instance of the BootstrapClearButton class with the specified owner. |
Properties
| Name | Description |
|---|---|
| Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
| DisplayMode | Controls the Clear Button availability in a non-empty editor’s text box. Inherited from ClearButton. |
| Index | Gets or sets the item’s index within the collection. Inherited from CollectionItem. |
| ToolTip | Gets or sets the current edit button’s tooltip text. Inherited from EditButton. |
| Visibility | Obsolete. Controls the Clear Button availability in a non-empty editor’s text box. Inherited from ClearButton. |
Methods
| Name | Description |
|---|---|
| Assign(CollectionItem) | Copies the settings from the specified CollectionItem object to the current object. Inherited from ClearButton. |
| 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 human-readable string that represents the ClearButton object. Inherited from ClearButton. |
See Also