Skip to main content
Bar

BarItemLink Methods

Specifies a bar element.
Name Description
AssignKeyTip(BarItemLink) Copies the value of the BarItemLink.KeyTip property from the specified object to the current object.
BeginUpdate() Locks the BarItemLink object by preventing visual updates of the object and its elements until the EndUpdate method is called.
ContainsSubItemLink(BarItemLink) Indicates whether the BarItemLink contains a specific BarItemLink.
Dispose() Releases all resources used by the BarItemLink.
EndUpdate() Unlocks the BarItemLink object after a call to the BeginUpdate method and causes an immediate visual update.
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.
Focus() Moves focus to the link.
GetActAsButtonGroupDefault() Gets the default value for the BarItemLink.ActAsButtonGroup property.
GetBeginGroup() Returns if a bar item link starts a group.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetLinkHorzIndent() Returns the size of the horizontal indent between the content and the borders of a bar link.
GetLinkHorzIndent(Single) Returns the actual horizontal indent for this link, when displayed on a screen with the given scale factor.
GetLinkVertIndent() Returns the size of the vertical indent between the content and the borders of a bar link.
GetLinkVertIndent(Single) Returns the actual vertical indent for this link when displayed on a screen with the given scale factor.
GetSuperTip() Gets a SuperToolTip object for the current BarItemLink.
GetType() Gets the Type of the current instance. Inherited from Object.
HideHint() Hides the hint.
Invalidate() Redraws the current BarItemLink.
LinkPointToScreen(Point) Converts the coordinates of a specific Point that belongs to the current link into screen coordinates.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
RectangleToScreen(Rectangle) Converts a rectangle’s coordinates, which are relative to the current link, to coordinates relative to the screen.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Refresh() Redraws the current link.
Reset() Disables all link options defined by a user.
ResetUserCaption() Resets the caption of this Bar Item Link to the caption of its parent Bar Item.
ScreenToLinkPoint(Point) Converts the coordinates of a specific screen Point into the coordinates of the current item link.
ShowHint() Moves the mouse pointer to the current link and shows the hint for the bar item which the link corresponds to.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also