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

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
ClientVisible This property is not in effect for the ClearButton class. Inherited from ClearButton.
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.
Enabled This property is not in effect for the ClearButton class. Inherited from ClearButton.
Image This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
ImagePosition This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Index Gets or sets the item’s index within the collection. Inherited from CollectionItem.
Position This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
Text This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.
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.
Visible This property is not in effect for the ClearButton class. Inherited from ClearButton.
Width This member is not in effect for this class. It is overridden only for the purpose of preventing it from appearing in Microsoft Visual Studio designer tools.

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