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

TrackBarContextButton Methods

A scrollable context item.
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.
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