The following tables list the members exposed by UltraExplorerBarGroupSettings.
Name | Description | |
---|---|---|
UltraExplorerBarGroupSettings Constructor | Overloaded. |
Name | Description | |
---|---|---|
tagValue | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
AllowDrag | Returns/sets whether the Group can be dragged. | |
AllowEdit | (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) | |
AllowItemDrop | Returns/sets whether Items can be dropped on a Group. | |
AllowItemUncheck | Returns/sets whether the Group allows Items to be unchecked.
Note: If set to True (the default) and the user unchecks an item this will result in a situation where no items are checked. | |
AppearancesLarge | Returns the UltraExplorerBarGroupAppearances object that contains appearance settings for use for the group when large images are being rendered. | |
AppearancesSmall | Returns the UltraExplorerBarGroupAppearances object that contains appearance settings for use for the group when small images are being rendered. | |
BorderStyleItemArea | Returns/sets the border style used for the Group's item area. | |
ContainerHeight | Returns/sets the height of the container control for the UltraExplorerBarGroup when the Style is ‘6 – ControlContainer’. | |
Disposed | (Inherited from Infragistics.Shared.DisposableObject) | |
Editor | Returns/sets the editor used for editing the Group/Item text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
EditorComponent | Returns/sets the component that implements the IProvidesEmbeddableEditor interface for editing the Group/Item text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ExplorerBar | Returns the UltraExplorerBar control associated with this UltraExplorerBarSettingsBase object. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
HasAppearancesLarge | Returns a Boolean value indicating whether a UltraExplorerBarGroupAppearances object has been created for the AppearancesLarge property. | |
HasAppearancesSmall | Returns a Boolean value indicating whether a UltraExplorerBarGroupAppearances object has been created for the AppearancesSmall property. | |
HeaderButtonStyle | Returns/sets the button style used for the Group header. | |
HeaderVisible | Returns/sets whether headers are displayed. | |
HotTracking | Returns/sets whether a Group/Item responds to mouse-overs by applying the HotTrackAppearance settings. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ItemAreaInnerMargins | Returns a Margins object which holds values for the Left, Right, Top and Bottom margins of the Group’s Item area (i.e., the internal padding between the edges of the Group and the edges of the Item area) | |
ItemAreaInnerMarginsResolved | Return a Margins object that contains resolved values for any ItemAreaMargin values set to the default (-1) in the ItemAreaInnerMargins property based on the Style of the UltraExplorerBar. | |
ItemAreaOuterMargins | Returns a Margins object which holds values for the Left, Right, Top and Bottom margins of the Group’s Item area (i.e., the internal padding between the edges of the Group and the edges of the Item area) | |
ItemAreaOuterMarginsResolved | Return a Margins object that contains resolved values for any ItemAreaMargin values set to the default (-1) in the ItemAreaOuterMargins property based on the Style of the UltraExplorerBar. | |
ItemSort | Returns/sets the sort type for Items in the Group. | |
ItemSortComparer | Returns/sets the sort comparer used for Items in the Group. | |
MaxLines | Returns/sets the maximum number of text lines displayed in the GroupHeader/Item area. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
NavigationAllowHide | Returns/sets whether the UltraExplorerBarGroup is visible in the Navigation Pane’s QuickCustomizeMenu Add/Remove Buttons list and whether the Group's visibility can be toggled in the NavigationPaneOptionsDialog when the control Style is ‘3 – OutlookNavigationPane’. | |
NavigationPaneCollapsedGroupAreaText | Returns/sets the text that is displayed in the collapsed group area (the area which is displayed instead of the item area when the NavigationPaneExpandedState property returns 'Collapsed'). | |
NotificationBadgeSettings | Gets or sets the NotificationBadgeSettings for groups. | |
ShowExpansionIndicator | Gets and sets whether the Group header displays an expansion indicator. Applicable only when the UltraExplorerBar's UltraExplorerBarStyle is set to 'ExplorerBar' or 'VisualStudio2005Toolbox'. | |
ShowToolTips | Returns/sets whether tooltips are shown when the mouse hovers over a GroupHeader/Item. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
Style | Returns/sets the style of the Group.
The Style property determines whether items are displayed within the item area of the Group or if a container control occupies the entire item area. If items are displayed, it determines how they are arranged and whether they include images and/or text. Note: When the Style property is set to LargeImages or LargeImagesWithText, the image alignment settings of the resolved appearance are not applicable. Note: When the Style property is set to LargeImagesWithTextBelow, the vertical alignment settings of the resolved appearance are not applicable for text or images. | |
Tag | The tag property can be used to logically attach another object or value to this object. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
UseMnemonics | Returns/sets whether the UltraExplorerBarGroup or UltraExplorerBarItem will honor mnemonics in its text. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) |
Name | Description | |
---|---|---|
SubObjectPropChangeHandler | (Inherited from Infragistics.Shared.SubObjectBase) |
Name | Description | |
---|---|---|
CreateObjRef | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from System.MarshalByRefObject) | |
Dispose | (Inherited from Infragistics.Shared.DisposableObject) | |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Inherited from System.MarshalByRefObject) | |
NotifyPropChange | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
Reset | Overridden. Resets all properties of the UltraExplorerBarGroupSettings object to their default values. | |
ResetAllowDrag | Resets the AllowDrag property to its default value. | |
ResetAllowEdit | Resets the UltraExplorerBarSettingsBase.AllowEdit property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ResetAllowItemDrop | Resets the AllowItemDrop property to its default value. | |
ResetAllowItemUncheck | Resets the AllowItemUncheck property to its default value. | |
ResetAppearancesLarge | Resets the AppearancesLarge property to its default value. | |
ResetAppearancesSmall | Resets the AppearancesSmall property to its default value. | |
ResetBorderStyleItemArea | Resets the BorderStyleItemArea property to its default value. | |
ResetContainerHeight | Resets the ContainerHeight property to its default value. | |
ResetEditor | Resets the UltraExplorerBarSettingsBase.Editor property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ResetEditorComponent | Resets the UltraExplorerBarSettingsBase.EditorComponent property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ResetEditorControl | Resets the UltraExplorerBarSettingsBase.EditorControl property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ResetHeaderButtonStyle | Resets the HeaderButtonStyle property to its default value. | |
ResetHeaderVisible | Resets the HeaderVisible property to its default value. | |
ResetHotTracking | Resets the UltraExplorerBarSettingsBase.HotTracking property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ResetItemAreaInnerMargins | Resets the ItemAreaInnerMargins property to its default value. | |
ResetItemAreaOuterMargins | Resets the ItemAreaOuterMargins property to its default value. | |
ResetItemSort | Resets the ItemSort property to its default value. | |
ResetItemSortComparer | Resets the ItemSortComparer property to its default value. | |
ResetMaxLines | Resets the UltraExplorerBarSettingsBase.MaxLines property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ResetNavigationAllowHide | Resets the NavigationAllowHide property to its default value. | |
ResetNavigationPaneCollapsedGroupAreaText | Resets the NavigationPaneCollapsedGroupAreaText property to its default value. | |
ResetNotificationBadgeSettings | Resets the NotificationBadgeSettings to their default value (null) | |
ResetShowExpansionIndicator | Resets the ShowExpansionIndicator property to its default value. | |
ResetShowInkButton | Resets the UltraExplorerBarSettingsBase.ShowInkButton property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ResetShowToolTips | Resets the UltraExplorerBarSettingsBase.ShowToolTips property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ResetStyle | Resets the Style property to its default value. | |
ResetUseMnemonics | Resets the UltraExplorerBarSettingsBase.UseMnemonics property to its default value. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerialize | Overridden. Indicates whether any properties of the UltraExplorerBarGroupSettings object have changed from their default values and need to be serialized. | |
ShouldSerializeAllowDrag | Indicates whether the AllowDrag property has changed from its default value and needs to be serialized. | |
ShouldSerializeAllowEdit | Indicates whether the UltraExplorerBarSettingsBase.AllowEdit property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerializeAllowItemDrop | Indicates whether the AllowItemDrop property has changed from its default value and needs to be serialized. | |
ShouldSerializeAllowItemUncheck | Indicates whether the AllowItemUncheck property has changed from its default value and needs to be serialized. | |
ShouldSerializeBorderStyleItemArea | Indicates whether the BorderStyleItemArea property has changed from its default value and needs to be serialized. | |
ShouldSerializeContainerHeight | Indicates whether the ContainerHeight property has changed from its default value and needs to be serialized. | |
ShouldSerializeEditor | Indicates whether the UltraExplorerBarSettingsBase.Editor property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerializeEditorComponent | Indicates whether the UltraExplorerBarSettingsBase.EditorComponent property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerializeEditorControl | Indicates whether the UltraExplorerBarSettingsBase.EditorControl property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerializeHeaderButtonStyle | Indicates whether the HeaderButtonStyle property has changed from its default value and needs to be serialized. | |
ShouldSerializeHeaderVisible | Indicates whether the HeaderVisible property has changed from its default value and needs to be serialized. | |
ShouldSerializeHotTracking | Indicates whether the UltraExplorerBarSettingsBase.HotTracking property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerializeItemAreaInnerMargins | Indicates whether the ItemAreaInnerMargins property has changed from its default value and needs to be serialized. | |
ShouldSerializeItemAreaOuterMargins | Indicates whether the ItemAreaOuterMargins property has changed from its default value and needs to be serialized. | |
ShouldSerializeItemSort | Indicates whether the ItemSort property has changed from its default value and needs to be serialized. | |
ShouldSerializeItemSortComparer | Indicates whether the ItemSortComparer property has changed from its default value and needs to be serialized. | |
ShouldSerializeMaxLines | Indicates whether the UltraExplorerBarSettingsBase.MaxLines property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerializeNotificationBadgeSettings | Returns true if the HasNotificationBadgeSettings needs to be serialized | |
ShouldSerializeShowExpansionIndicator | Indicates whether the ShowExpansionIndicator property has changed from its default value and needs to be serialized. | |
ShouldSerializeShowInkButton | Indicates whether the UltraExplorerBarSettingsBase.ShowInkButton property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerializeShowToolTips | Indicates whether the UltraExplorerBarSettingsBase.ShowToolTips property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ShouldSerializeStyle | Indicates whether the Style property has changed from its default value and needs to be serialized. | |
ShouldSerializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeUseMnemonics | Indicates whether the UltraExplorerBarSettingsBase.UseMnemonics property has changed from its default value and needs to be serialized. (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
ToString | Returns a System.String that represents the current System.Object. | |
VerifyNotDisposed | (Inherited from Infragistics.Shared.DisposableObject) |
Name | Description | |
---|---|---|
DeserializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
GetObjectData | GetObjectData Serialization Helper (called by our derived classes) (Inherited from Infragistics.Win.UltraWinExplorerBar.UltraExplorerBarSettingsBase) | |
InitializeTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
MemberwiseClone | Overloaded. Creates a shallow copy of the current System.MarshalByRefObject object. (Inherited from System.MarshalByRefObject) | |
OnDispose | Overridden. | |
OnObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) | |
OnSubObjectPropChanged | Overridden. Called when a property has changed on a sub-object. | |
ResetTag | (Inherited from Infragistics.Shared.SubObjectBase) | |
SerializeTag | Overloaded. (Inherited from Infragistics.Shared.SubObjectBase) | |
ShouldSerializeAppearancesLarge | Indicates whether the AppearancesSmall property has changed from its default value and needs to be serialized. | |
ShouldSerializeAppearancesSmall | Indicates whether the AppearancesSmall property has changed from its default value and needs to be serialized. | |
ShouldSerializeNavigationAllowHide | Returns a Boolean value that determines whether the NavigationAllowHide property is set to its default value. | |
ShouldSerializeNavigationPaneCollapsedGroupAreaText | Returns a Boolean value that determines whether the NavigationPaneCollapsedGroupAreaText property is set to its default value. |
Name | Description | |
---|---|---|
SubObjectDisposed | (Inherited from Infragistics.Shared.SubObjectBase) | |
SubObjectPropChanged | (Inherited from Infragistics.Shared.SubObjectBase) |