ContextButtonBase Methods
Represents a base class for context buttons.Name | Description |
---|---|
AssignPropertiesInternal(ContextItem, Boolean) | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from ContextItem. |
AssignPropertiesInternal(ContextItem) | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from ContextItem. |
BeginUpdate() | Locks the ContextItem object by preventing visual updates until the EndUpdate method is called. Inherited from ContextItem. |
BindCommand(Expression<Action>, Object, Func<Object>) | Uses the command selector to find an appropriate parameterized command in the source and binds it to this ContextButtonBase. |
BindCommand(Object, Func<Object>) | Binds the specific parameterized command to this ContextButtonBase. |
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 binds it to this ContextButtonBase. |
CancelUpdate() | Unlocks the ContextItem object after it has been locked by the BeginUpdate method, without causing an immediate visual update. Inherited from ContextItem. |
Clone() | Creates a new ContextItem object that is a copy of the current instance. Inherited from ContextItem. |
EndUpdate() | Unlocks the ContextItem object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from ContextItem. |
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. |
GetActualGlyph(ISkinProvider) | Returns the Image object specifying the glyph actually assigned. Inherited from ContextItem. |
GetActualHoverGlyph(ISkinProvider) | Returns the Image object specifying the hovered state glyph actually assigned. Inherited from ContextItem. |
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. |
RaiseContextItemClick(MouseEventArgs, ContextItemViewInfo) | Raises the ContextItem.Click event. Inherited from ContextItem. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
ResetSuperTip() | Removes the SuperToolTip object assigned to the current context item. Inherited from ContextItem. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also