Back to Devexpress

TrackBarContextButton Properties

windowsforms-devexpress-dot-utils-dot-trackbarcontextbutton-dot-underscore-properties.md

latest9.0 KB
Original Source

TrackBarContextButton Properties

A scrollable context item.

NameDescription
AlignmentGets or sets the current item’s alignment relative to the owner control. This property is obsolete, use ContextItem.AlignmentOptions instead. Inherited from ContextItem.
AlignmentOptionsProvides access to options that specify the panel in which the item is displayed, and its position in the panel. Inherited from ContextItem.
AllowGlyphSkinningGets or sets whether the current item’s glyph is painted using the foreground color. Inherited from ContextItem.
AllowUseMiddleValueGets or sets whether the tick is displayed in the middle of the track and enables using a custom middle tick value.
AnchorAlignmentGets or sets the alignment of the current item relative to the anchor element. Inherited from ContextItem.
AnchorElementGets or sets an item (anchor element) relative to which the current item is aligned. Inherited from ContextItem.
AnchorElementIdGets or sets the globally unique identifier of the item (anchor element), relative to which the current item is aligned. Inherited from ContextItem.
AnchorIndentGets or sets the indent between the current item and the anchor element. Inherited from ContextItem.
AnchorOffsetGets or sets the translation of the current item from the anchor element. Inherited from ContextItem.
AnimationTypeGets or sets the type of the animation used to show and hide the current item. Inherited from ContextItem.
AppearanceDisabledProvides access to appearance settings applied to this ContextItem in the Disabled state. Inherited from ContextItem.
AppearanceHoverProvides access to the settings used to paint the current item in the hovered state. Inherited from ContextItem.
AppearanceNormalProvides access to the appearance settings used to paint the current item in the normal (not hovered) state. Inherited from ContextItem.
CollectionGets the collection to which the current item belongs. Inherited from ContextItem.
EnabledGets or sets whether the current item can respond to end-user interaction. Inherited from ContextItem.
GlyphThis member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class.
HasGlyphGets whether or not this ContextItem has a glyph assigned. Inherited from ContextItem.
HasHoverGlyphGets whether or not this ContextItem has a hovered state glyph assigned. Inherited from ContextItem.
HoverGlyphThis member supports the internal infrastructure, and is not intended to be used directly from your code. This property is not relevant for this class.
IdGets or sets the current item’s unique identifier. Inherited from ContextItem.
ImageOptionsProvides access to all properties that allow you to assign and customize a glyph for this ContextItem. Inherited from ContextItem.
ImageOptionsCollectionProvides access to individual image-related property sets for every TrackBarContextButton visual state.
MaximumGets the maximum track value.
MiddleGets or sets the value located in the middle of the track.
MinimumGets the minimum track value.
NameGets or sets the current item’s name. Inherited from ContextItem.
OriginItemThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from ContextItem.
ShowToolTipsGets or sets whether a tooltip is shown when the mouse pointer hovers over the button. Inherited from ContextItem.
ShowZoomButtonsGets or sets whether the zoom buttons are displayed.
SizeGets or sets the current item’s size. Inherited from ContextItem.
SmallChangeGets or sets the value to be added to or subtracted from the TrackBarContextButton.Value property when one of the zoom buttons is clicked.
SuperTipGets or sets a super tooltip shown when the mouse pointer hovers over the button. Inherited from ContextItem.
TagGets or sets custom data associated with the current item. Inherited from ContextItem.
ToolTipGets or sets the text in a regular tooltip shown when the mouse pointer hovers over the button. Inherited from ContextItem.
ToolTipIconTypeGets or sets the icon in a regular tooltip shown when the mouse pointer hovers over the button. Inherited from ContextItem.
ToolTipTitleGets or sets the title in a regular tooltip shown when the mouse pointer hovers over the button. Inherited from ContextItem.
TrackWidthGets or sets the length, in pixels, of the track.
ValueGets or sets the track value.
VisibilityGets or sets the item visibility. Inherited from ContextItem.

See Also

TrackBarContextButton Class

TrackBarContextButton Members

DevExpress.Utils Namespace