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

CustomHeaderButton Methods

A custom header button for tab controls.
Name Description
Assign(EditorButton) Copies all properties of the specified button to the current EditorButton object. Inherited from EditorButton.
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. Inherited from EditorButton.
BindCommand(Object, Func<Object>) Binds the specific parameterized command to this EditorButton. Inherited from 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. Inherited from EditorButton.
Dispose() Releases all unmanaged resources used by an EditorButton. Inherited from 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. Inherited from EditorButton.
RaiseClick() Raises the EditorButton.Click event. Inherited from EditorButton.
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. Inherited from EditorButton.
ResetSuperTip() Removes the SuperToolTip object that has been assigned to the editor button. Inherited from EditorButton.
ToString() Returns the text representation of the current object. Inherited from EditorButton.
See Also