BarCheckItemLink Methods
Represents a link to the BarCheckItem.Name | Description |
---|---|
AssignKeyTip(BarItemLink) | Copies the value of the BarItemLink.KeyTip property from the specified object to the current object. Inherited from BarItemLink. |
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 BarItemLink. Inherited from BarItemLink. |
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. |
GetLinkHorzIndent(Single) | Returns the actual horizontal indent for this link, when displayed on a screen with the given scale factor. Inherited from BarItemLink. |
GetLinkVertIndent() | Returns the size of the vertical indent between the content and the borders of a bar link. Inherited from BarItemLink. |
GetLinkVertIndent(Single) | Returns the actual vertical indent for this link when displayed on a screen with the given scale factor. 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. |
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. |
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. |
ResetUserCaption() | Resets the caption of this Bar Item Link to the caption of its parent Bar Item. 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. |
ToString() | Returns a string that represents the current object. Inherited from Object. |
See Also