Skip to main content
A newer version of this page is available. .
Bar

RibbonGalleryBarItemLink Methods

Represents a link to a RibbonGalleryBarItem object.
Name Description
AssignKeyTip(BarItemLink) Copies the values of the BarItemLink.KeyTip and BarButtonItemLink.DropDownKeyTip properties from the specified object to the current object. Inherited from BarButtonItemLink.
BeginUpdate() Locks the BarItemLink object by preventing visual updates of the object and its elements until the EndUpdate method is called. Inherited from BarItemLink.
ContainsSubItemLink(BarItemLink) Indicates whether the BarItemLink contains a specific BarItemLink. Inherited from BarItemLink.
Dispose() Releases all resources used by the RibbonGalleryBarItemLink.
EndUpdate() Unlocks the BarItemLink object after a call to the BeginUpdate method and causes an immediate visual update. Inherited from BarItemLink.
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. Inherited from BarItemLink.
GetActAsButtonGroupDefault() Gets the default value for the BarItemLink.ActAsButtonGroup property. Inherited from BarItemLink.
GetBeginGroup() Returns if a bar item link starts a group. Inherited from BarItemLink.
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. Inherited from BarItemLink.
GetLinkVertIndent() Returns the size of the vertical indent between the content and the borders of a bar link. Inherited from BarItemLink.
GetSuperTip() Gets a SuperToolTip object for the current BarItemLink. Inherited from BarItemLink.
GetType() Gets the Type of the current instance. Inherited from Object.
HideHint() Hides the hint. Inherited from BarItemLink.
HidePopup() Hides the dropdown control associated with the current bar item. Inherited from BarButtonItemLink.
Invalidate() Redraws the current BarItemLink. Inherited from BarItemLink.
LinkPointToScreen(Point) Converts the coordinates of a specific Point that belongs to the current link into screen coordinates. Inherited from BarItemLink.
MakeVisible(GalleryItem) Makes the specified gallery item visible onscreen, if it’s hidden due to scrolling.
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. Inherited from BarItemLink.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Refresh() Redraws the current link. Inherited from BarItemLink.
Reset() Disables all link options defined by a user. Inherited from BarItemLink.
ScreenToLinkPoint(Point) Converts the coordinates of a specific screen Point into the coordinates of the current item link. Inherited from BarItemLink.
ShowHint() Moves the mouse pointer to the current link and shows the hint for the bar item which the link corresponds to. Inherited from BarItemLink.
ShowPopup() Displays the dropdown control associated with the current bar item. Inherited from BarButtonItemLink.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also