Version

UltraExplorerBarItemSettings Class Properties

For a list of all members of this type, see UltraExplorerBarItemSettings members.

Public Properties
 NameDescription
Public PropertyAllowDragCopyReturns/sets whether copies of an UltraExplorerBarItem can be dragged, and if so whether they can be dragged to another UltraExplorerBarGroup or just within its own UltraExplorerBarGroup.  
Public PropertyAllowDragMoveReturns/sets whether an UltraExplorerBarItem can be dragged, and if so whether it can be dragged to another UltraExplorerBarGroup or just within its ownUltraExplorerBarGroup.  
Public PropertyAllowEdit(Groups): Returns/sets whether the Group name in the Group Header should be editable by the end user via an in-place textbox. In-place editing is triggered when the end user right-clicks on the name in the Group Header and selects ‘Rename Group’ from the context menu. (Items): Returns/sets whether the Item name should be editable by the end user via an in-place textbox. In-place editing is triggered when the end user right-clicks on the Item name and selects ‘Rename Item’ from the context menu. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyAppearancesLargeReturns the UltraExplorerBarItemAppearances object that contains appearance settings for use for the item when large images are being rendered.  
Public PropertyAppearancesSmallReturns the UltraExplorerBarItemAppearances object that contains appearance settings for use for the item when small images are being rendered.  
Public PropertyDisposed (Inherited from Infragistics.Shared.DisposableObject)
Public PropertyEditorReturns/sets the editor used for editing the Group/Item text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyEditorComponentReturns/sets the component that implements the IProvidesEmbeddableEditor interface for editing the Group/Item text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyEnabledReturns/sets the enabled status of the UltraExplorerBarItem.  
Public PropertyExplorerBarReturns the UltraExplorerBar control associated with this UltraExplorerBarSettingsBase object. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyHasAppearancesLargeReturns a Boolean value indicating whether a UltraExplorerBarItemAppearances object has been created for the AppearancesLarge property.  
Public PropertyHasAppearancesSmallReturns a Boolean value indicating whether a UltraExplorerBarItemAppearances object has been created for the AppearancesSmall property.  
Public PropertyHeightReturns/sets the height of an UltraExplorerBarItem.  
Public PropertyHotTrackBorderStyleReturns/sets the style of the border drawn around an UltraExplorerBarItem when responding to mouse-overs.  
Public PropertyHotTrackingReturns/sets whether a Group/Item responds to mouse-overs by applying the HotTrackAppearance settings. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyHotTrackStyleReturns/sets the style of the highlight that is applied to an UltraExplorerBarItem when the mouse hovers over it.  
Public PropertyIndentReturns/sets the indentation of an UltraExplorerBarItem with respect to the left edge of its UltraExplorerBarGroup.  
Public PropertyMaxLinesReturns/sets the maximum number of text lines displayed in the GroupHeader/Item area. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyNotificationBadgeSettingsGets or set the NotificationBadgeSettings for items.  
Public PropertyReserveImageSpaceGets/sets whether space will be reserved for items whose resolved appearance does not contain an image, and whose UseDefaultImage property resolves to false.  
Public PropertySeparatorStyleReturns/sets the separator style of the Item.  
Public PropertyShowToolTipsReturns/sets whether tooltips are shown when the mouse hovers over a GroupHeader/Item. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyStyleReturns/sets the style of the Item.  
Public PropertyTagThe tag property can be used to logically attach another object or value to this object. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Public PropertyUseDefaultImageReturns/sets whether the control will automatically supply a default image for the UltraExplorerBarItem when no image is specified for the UltraExplorerBarItem anywhere along the resolution hierarchy.  
Public PropertyUseMnemonicsReturns/sets whether the UltraExplorerBarGroup or UltraExplorerBarItem will honor mnemonics in its text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase)
Protected Properties
 NameDescription
Protected PropertySubObjectPropChangeHandler (Inherited from Infragistics.Shared.SubObjectBase)
See Also