EditorButton Methods
An editor button displayed in a ButtonEdit control or its descendant.| Name | Description |
|---|---|
| Assign(EditorButton) | Copies all properties of the specified button to the current EditorButton object. |
| BindCommand(Expression<Action>, Object, Func<Object>) | Uses the command selector to find an appropriate parameterized command in the source and bind it to this EditorButton. |
| BindCommand(Object, Func<Object>) | Binds the specific parameterized command to this EditorButton. |
| BindCommand<T>(Expression<Action<T>>, Object, Func<T>) | Uses the command selector to find an appropriate parameterized command of the target type in the source and bind it to this EditorButton. |
| Dispose() | Releases all unmanaged resources used by an EditorButton. |
| 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. |
| PerformClick() | Raises the EditorButton.Click event. |
| RaiseClick() | Raises the EditorButton.Click event. |
| ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
| Reset() | Reverts the button’s properties to its default values. |
| ResetSuperTip() | Removes the SuperToolTip object that has been assigned to the editor button. |
| ToString() | Returns the text representation of the current object. |
See Also