ClearButton Members
Implements the Clear button functionality.Constructors
Name | Description |
---|---|
ClearButton() | Initializes a new instance of the ClearButton class with default settings. |
ClearButton(String) | Initializes a new instance of the ClearButton class with the specified text. |
Properties
Name | Description |
---|---|
Collection | Gets the collection to which an item belongs. Inherited from CollectionItem. |
CssClass | Specifies the name of the CSS class applied to the edit button. Inherited from EditButton. |
DisplayMode | Controls the Clear Button availability in a non-empty editor’s text box. |
Image | Gets the settings of an image displayed within the button. Inherited from EditButton. |
ImagePosition | Gets or sets the image position within the button. Inherited from EditButton. |
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 | Gets or sets the text displayed within the editor button. Inherited from EditButton. |
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. |
Width | Gets or sets the editor button’s width. Inherited from EditButton. |
Methods
Name | Description |
---|---|
Assign(CollectionItem) | Copies the settings from the specified CollectionItem object to the current object. |
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. |
See Also