BarLinkContainerItem Methods
Represents a link container.Name | Description |
---|---|
AddItem(BarItem) | Adds another link to the BarLinkContainerItem. |
AddItems(BarItem[]) | Adds links to an array of items. |
BeginUpdate() | Locks the BarItem object by preventing visual updates until the EndUpdate method is called. Inherited from BarItem. |
CancelUpdate() | Unlocks the object after it has been locked by the BarItem.BeginUpdate method, without causing an immediate visual update. Inherited from BarItem. |
ClearLinks() | Removes all links from the BarLinkContainerItem control. |
ContainsItem(BarItem) | Returns whether the current container item owns the link which refers to the specified item. Inherited from BarCustomContainerItem. |
CreateObjRef(Type) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. Inherited from MarshalByRefObject. |
Dispose() | Releases all resources used by the Component. Inherited from Component. |
EndUpdate() | Unlocks the BarItem object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BarItem. |
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. |
GetBarLinkInfoProvider() | This member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from BarItem. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetLifetimeService() | Retrieves the current lifetime service object that controls the lifetime policy for this instance. Inherited from MarshalByRefObject. |
GetService(Type) protected | Returns an object that represents a service provided by the Component or by its Container. Inherited from Component. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
GetVisibleLinks() | Returns the list of all currently visible links to this BarItem. Inherited from BarItem. |
InitializeLifetimeService() | Obtains a lifetime service object to control the lifetime policy for this instance. Inherited from MarshalByRefObject. |
InsertItem(BarItemLink, BarItem) | Inserts a link in the BarLinkContainerItem at the specified index. |
MemberwiseClone() protected | Creates a shallow copy of the current Object. Inherited from Object. |
MemberwiseClone(Boolean) protected | Creates a shallow copy of the current MarshalByRefObject object. Inherited from MarshalByRefObject. |
Merge(BarLinkContainerItem) | Adds the subitems of the specified container item to the current container item. |
PerformClick() | Fires the ItemClick events for the current bar item. Inherited from BarItem. |
PerformClick(BarItemLink) | Fires the ItemClick events for the current bar item and its link. Inherited from BarItem. |
ReferenceEquals(Object, Object) static | Determines whether the specified Object instances are the same instance. Inherited from Object. |
Refresh() | Forces the controls that contain the bar item’s links to invalidate their client area. Inherited from BarItem. |
RemoveLink(BarItemLink) | Removes the first occurrence of a specific link from the BarLinkContainerItem. |
Reset() | Returns the BarLinkContainerItem to its precompiled state. |
ResetDropDownSuperTip() | Clears the SuperTip that has been assigned to the BarItem.DropDownSuperTip property. Inherited from BarItem. |
ResetSuperTip() | Removes the SuperToolTip object that has been assigned to the current bar item. Inherited from BarItem. |
SetCurrentStateAsDefault() | This member supports the .NET Framework infrastructure and is not intended to be used directly from your code. |
ToString() | Returns this BarItem‘s caption (the BarItem.Caption property value). Inherited from BarItem. |
UnMerge() | Restores the original layout of subitems for the container item after a previous merge operation. |
UpdateBindings(BindingContext) | Updates data bindings used by this BarItem. Inherited from BarItem. |
See Also