ToolStripBreadcrumb Class

Definition

Namespace: Metas.GuiControls
Assembly: Metas.GuiControls (in Metas.GuiControls.dll) Version: 2.8.8875.19074
C#
public class ToolStripBreadcrumb : ToolStripControlHost
Inheritance
Object    MarshalByRefObject    Component    ToolStripItem    ToolStripControlHost    ToolStripBreadcrumb

Constructors

ToolStripBreadcrumbInitializes a new instance of the ToolStripBreadcrumb class

Properties

AccessibilityObjectGets the AccessibleObject assigned to the control.
(Inherited from ToolStripItem)
AccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications.
(Inherited from ToolStripItem)
AccessibleDescriptionGets or sets the description that will be reported to accessibility client applications.
(Inherited from ToolStripItem)
AccessibleNameGets or sets the name of the control for use by accessibility client applications.
(Inherited from ToolStripItem)
AccessibleRoleGets or sets the accessible role of the control, which specifies the type of user interface element of the control.
(Inherited from ToolStripItem)
AlignmentGets or sets a value indicating whether the item aligns towards the beginning or end of the ToolStrip.
(Inherited from ToolStripItem)
AllowDropGets or sets a value indicating whether drag-and-drop and item reordering are handled through events that you implement.
(Inherited from ToolStripItem)
AnchorGets or sets the edges of the container to which a ToolStripItem is bound and determines how a ToolStripItem is resized with its parent.
(Inherited from ToolStripItem)
AutoSizeGets or sets a value indicating whether the item is automatically sized.
(Inherited from ToolStripItem)
AutoToolTipGets or sets a value indicating whether to use the Text property or the ToolTipText property for the ToolStripItem ToolTip.
(Inherited from ToolStripItem)
AvailableGets or sets a value indicating whether the ToolStripItem should be placed on a ToolStrip.
(Inherited from ToolStripItem)
BackColorGets or sets the background color for the control.
(Inherited from ToolStripControlHost)
BackgroundImageGets or sets the background image displayed in the control.
(Inherited from ToolStripControlHost)
BackgroundImageLayoutGets or sets the background image layout as defined in the ImageLayout enumeration.
(Inherited from ToolStripControlHost)
BoundsGets the size and location of the item.
(Inherited from ToolStripItem)
CanRaiseEventsGets a value indicating whether the component can raise an event.
(Inherited from Component)
CanSelectGets a value indicating whether the control can be selected.
(Inherited from ToolStripControlHost)
CausesValidationGets or sets a value indicating whether the hosted control causes and raises validation events on other controls when the hosted control receives focus.
(Inherited from ToolStripControlHost)
ContainerGets the IContainer that contains the Component.
(Inherited from Component)
ContentRectangleGets the area where content, such as text and icons, can be placed within a ToolStripItem without overwriting background borders.
(Inherited from ToolStripItem)
ControlGets the Control that this ToolStripControlHost is hosting.
(Inherited from ToolStripControlHost)
ControlAlignGets or sets the alignment of the control on the form.
(Inherited from ToolStripControlHost)
DefaultAutoToolTipGets a value indicating whether to display the ToolTip that is defined as the default.
(Inherited from ToolStripItem)
DefaultDisplayStyleGets a value indicating what is displayed on the ToolStripItem.
(Inherited from ToolStripItem)
DefaultMarginGets the default margin of an item.
(Inherited from ToolStripItem)
DefaultPaddingGets the internal spacing characteristics of the item.
(Inherited from ToolStripItem)
DefaultSize
(Overrides ToolStripControlHostDefaultSize)
DesignModeGets a value that indicates whether the Component is currently in design mode.
(Inherited from Component)
DismissWhenClickedGets a value indicating whether items on a ToolStripDropDown are hidden after they are clicked.
(Inherited from ToolStripItem)
DisplayStyleGets or sets whether text and images are displayed on a ToolStripItem.
(Inherited from ToolStripItem)
DockGets or sets which ToolStripItem borders are docked to its parent control and determines how a ToolStripItem is resized with its parent.
(Inherited from ToolStripItem)
DoubleClickEnabledGets or sets a value indicating whether the ToolStripItem can be activated by double-clicking the mouse.
(Inherited from ToolStripItem)
EnabledGets or sets a value indicating whether the parent control of the ToolStripItem is enabled.
(Inherited from ToolStripControlHost)
EventsGets the list of event handlers that are attached to this Component.
(Inherited from Component)
FocusedGets a value indicating whether the control has input focus.
(Inherited from ToolStripControlHost)
FontGets or sets the font to be used on the hosted control.
(Inherited from ToolStripControlHost)
ForeColorGets or sets the foreground color of the hosted control.
(Inherited from ToolStripControlHost)
HeightGets or sets the height, in pixels, of a ToolStripItem.
(Inherited from ToolStripItem)
ImageAlignGets or sets the alignment of the image on a ToolStripItem.
(Inherited from ToolStripItem)
ImageIndexGets or sets the index value of the image that is displayed on the item.
(Inherited from ToolStripItem)
ImageKeyGets or sets the key accessor for the image in the ImageList that is displayed on a ToolStripItem.
(Inherited from ToolStripItem)
ImageScalingGets or sets a value indicating whether an image on a ToolStripItem is automatically resized to fit in a container.
(Inherited from ToolStripItem)
ImageTransparentColorGets or sets the color to treat as transparent in a ToolStripItem image.
(Inherited from ToolStripItem)
IsDisposedGets a value indicating whether the object has been disposed of.
(Inherited from ToolStripItem)
IsOnDropDownGets a value indicating whether the container of the current Control is a ToolStripDropDown.
(Inherited from ToolStripItem)
IsOnOverflowGets a value indicating whether the Placement property is set to Overflow.
(Inherited from ToolStripItem)
MarginGets or sets the space between the item and adjacent items.
(Inherited from ToolStripItem)
MergeActionGets or sets how child menus are merged with parent menus.
(Inherited from ToolStripItem)
MergeIndexGets or sets the position of a merged item within the current ToolStrip.
(Inherited from ToolStripItem)
NameGets or sets the name of the item.
(Inherited from ToolStripItem)
OverflowGets or sets whether the item is attached to the ToolStrip or ToolStripOverflowButton or can float between the two.
(Inherited from ToolStripItem)
OwnerGets or sets the owner of this item.
(Inherited from ToolStripItem)
OwnerItemGets the parent ToolStripItem of this ToolStripItem.
(Inherited from ToolStripItem)
PaddingGets or sets the internal spacing, in pixels, between the item's contents and its edges.
(Inherited from ToolStripItem)
ParentGets or sets the parent container of the ToolStripItem.
(Inherited from ToolStripItem)
Path 
PlacementGets the current layout of the item.
(Inherited from ToolStripItem)
PressedGets a value indicating whether the state of the item is pressed.
(Inherited from ToolStripItem)
RightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts.
(Inherited from ToolStripControlHost)
RightToLeftAutoMirrorImageMirrors automatically the ToolStripItem image when the RightToLeft property is set to Yes.
(Inherited from ToolStripItem)
SelectedGets a value indicating whether the item is selected.
(Inherited from ToolStripControlHost)
ShowKeyboardCuesGets a value indicating whether to show or hide shortcut keys.
(Inherited from ToolStripItem)
SiteGets or sets the site of the hosted control.
(Inherited from ToolStripControlHost)
SizeGets or sets the size of the ToolStripItem.
(Inherited from ToolStripControlHost)
TagGets or sets the object that contains data about the item.
(Inherited from ToolStripItem)
TextGets or sets the text to be displayed on the hosted control.
(Inherited from ToolStripControlHost)
TextAlignGets or sets the alignment of the text on a ToolStripLabel.
(Inherited from ToolStripItem)
TextImageRelationGets or sets the position of ToolStripItem text and image relative to each other.
(Inherited from ToolStripItem)
ToolTipTextGets or sets the text that appears as a ToolTip for a control.
(Inherited from ToolStripItem)
VisibleGets or sets a value indicating whether the item is displayed.
(Inherited from ToolStripItem)
WidthGets or sets the width in pixels of a ToolStripItem.
(Inherited from ToolStripItem)

Methods

CreateAccessibilityInstanceCreates a new accessibility object for the control.
(Inherited from ToolStripControlHost)
CreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from MarshalByRefObject)
DisposeReleases all resources used by the Component.
(Inherited from Component)
Dispose(Boolean)Releases the unmanaged resources used by the ToolStripControlHost and optionally releases the managed resources.
(Inherited from ToolStripControlHost)
DoDragDropBegins a drag-and-drop operation.
(Inherited from ToolStripItem)
EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
FinalizeReleases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection.
(Inherited from Component)
FocusGives the focus to a control.
(Inherited from ToolStripControlHost)
GetCurrentParentRetrieves the ToolStrip that is the container of the current ToolStripItem.
(Inherited from ToolStripItem)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
GetPreferredSize
(Overrides ToolStripControlHostGetPreferredSize(Size))
GetServiceReturns an object that represents a service provided by the Component or by its Container.
(Inherited from Component)
GetTypeGets the Type of the current instance.
(Inherited from Object)
InitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from MarshalByRefObject)
InvalidateInvalidates the entire surface of the ToolStripItem and causes it to be redrawn.
(Inherited from ToolStripItem)
Invalidate(Rectangle)Invalidates the specified region of the ToolStripItem by adding it to the update region of the ToolStripItem, which is the area that will be repainted at the next paint operation, and causes a paint message to be sent to the ToolStripItem.
(Inherited from ToolStripItem)
IsInputCharDetermines whether a character is an input character that the item recognizes.
(Inherited from ToolStripItem)
IsInputKeyDetermines whether the specified key is a regular input key or a special key that requires preprocessing.
(Inherited from ToolStripItem)
MemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
MemberwiseClone(Boolean)Creates a shallow copy of the current MarshalByRefObject object.
(Inherited from MarshalByRefObject)
OnAvailableChangedRaises the AvailableChanged event.
(Inherited from ToolStripItem)
OnBackColorChangedRaises the BackColorChanged event.
(Inherited from ToolStripItem)
OnBoundsChangedOccurs when the Bounds property changes.
(Inherited from ToolStripControlHost)
OnClickRaises the Click event.
(Inherited from ToolStripItem)
OnDisplayStyleChangedRaises the DisplayStyleChanged event.
(Inherited from ToolStripItem)
OnDoubleClickRaises the DoubleClick event.
(Inherited from ToolStripItem)
OnDragDropRaises the DragDrop event.
(Inherited from ToolStripItem)
OnDragEnterRaises the DragEnter event.
(Inherited from ToolStripItem)
OnDragLeaveRaises the DragLeave event.
(Inherited from ToolStripItem)
OnDragOverRaises the DragOver event.
(Inherited from ToolStripItem)
OnEnabledChangedRaises the EnabledChanged event.
(Inherited from ToolStripItem)
OnEnterRaises the Enter event.
(Inherited from ToolStripControlHost)
OnFontChangedRaises the FontChanged event.
(Inherited from ToolStripItem)
OnForeColorChangedRaises the ForeColorChanged event.
(Inherited from ToolStripItem)
OnGiveFeedbackRaises the GiveFeedback event.
(Inherited from ToolStripItem)
OnGotFocusRaises the GotFocus event.
(Inherited from ToolStripControlHost)
OnHostedControlResizeSynchronizes the resizing of the control host with the resizing of the hosted control.
(Inherited from ToolStripControlHost)
OnKeyDownRaises the KeyDown event.
(Inherited from ToolStripControlHost)
OnKeyPressRaises the KeyPress event.
(Inherited from ToolStripControlHost)
OnKeyUpRaises the KeyUp event.
(Inherited from ToolStripControlHost)
OnLayoutRaises the Layout event.
(Inherited from ToolStripControlHost)
OnLeaveRaises the Leave event.
(Inherited from ToolStripControlHost)
OnLocationChangedRaises the LocationChanged event.
(Inherited from ToolStripItem)
OnLostFocusRaises the LostFocus event.
(Inherited from ToolStripControlHost)
OnMouseDownRaises the MouseDown event.
(Inherited from ToolStripItem)
OnMouseEnterRaises the MouseEnter event.
(Inherited from ToolStripItem)
OnMouseHoverRaises the MouseHover event.
(Inherited from ToolStripItem)
OnMouseLeaveRaises the MouseLeave event.
(Inherited from ToolStripItem)
OnMouseMoveRaises the MouseMove event.
(Inherited from ToolStripItem)
OnMouseUpRaises the MouseUp event.
(Inherited from ToolStripItem)
OnOwnerChangedRaises the OwnerChanged event.
(Inherited from ToolStripItem)
OnOwnerFontChangedRaises the FontChanged event when the Font property has changed on the parent of the ToolStripItem.
(Inherited from ToolStripItem)
OnPaintRaises the Paint event.
(Inherited from ToolStripControlHost)
OnParentBackColorChangedRaises the BackColorChanged event.
(Inherited from ToolStripItem)
OnParentChangedRaises the ParentChanged event.
(Inherited from ToolStripControlHost)
OnParentEnabledChangedRaises the EnabledChanged event when the Enabled property value of the item's container changes.
(Inherited from ToolStripItem)
OnParentForeColorChangedRaises the ForeColorChanged event.
(Inherited from ToolStripItem)
OnParentRightToLeftChangedRaises the RightToLeftChanged event.
(Inherited from ToolStripItem)
OnPathChanged 
OnQueryContinueDragRaises the QueryContinueDrag event.
(Inherited from ToolStripItem)
OnRightToLeftChangedRaises the RightToLeftChanged event.
(Inherited from ToolStripItem)
OnSubscribeControlEventsSubscribes events from the hosted control.
(Inherited from ToolStripControlHost)
OnTextChangedRaises the TextChanged event.
(Inherited from ToolStripItem)
OnUnsubscribeControlEventsUnsubscribes events from the hosted control.
(Inherited from ToolStripControlHost)
OnValidatedRaises the Validated event.
(Inherited from ToolStripControlHost)
OnValidatingRaises the Validating event.
(Inherited from ToolStripControlHost)
OnVisibleChangedRaises the VisibleChanged event.
(Inherited from ToolStripItem)
PerformClickGenerates a Click event for a ToolStripItem.
(Inherited from ToolStripItem)
ProcessCmdKeyProcesses a command key.
(Inherited from ToolStripControlHost)
ProcessDialogKeyProcesses a dialog key.
(Inherited from ToolStripControlHost)
ProcessMnemonicProcesses a mnemonic character.
(Inherited from ToolStripControlHost)
SelectSelects the item.
(Inherited from ToolStripItem)
SetBoundsSets the size and location of the item.
(Inherited from ToolStripItem)
SetVisibleCoreSets the ToolStripItem to the specified visible state.
(Inherited from ToolStripControlHost)
ToStringReturns a String containing the name of the Component, if any. This method should not be overridden.
(Inherited from ToolStripItem)

Events

AvailableChangedOccurs when the value of the Available property changes.
(Inherited from ToolStripItem)
BackColorChangedOccurs when the value of the BackColor property changes.
(Inherited from ToolStripItem)
ClickOccurs when the ToolStripItem is clicked.
(Inherited from ToolStripItem)
DisplayStyleChangedOccurs when the DisplayStyle has changed.
(Inherited from ToolStripItem)
DisposedOccurs when the component is disposed by a call to the Dispose method.
(Inherited from Component)
DoubleClickOccurs when the item is double-clicked with the mouse.
(Inherited from ToolStripItem)
DragDropOccurs when the user drags an item and the user releases the mouse button, indicating that the item should be dropped into this item.
(Inherited from ToolStripItem)
DragEnterOccurs when the user drags an item into the client area of this item.
(Inherited from ToolStripItem)
DragLeaveOccurs when the user drags an item and the mouse pointer is no longer over the client area of this item.
(Inherited from ToolStripItem)
DragOverOccurs when the user drags an item over the client area of this item.
(Inherited from ToolStripItem)
EnabledChangedOccurs when the Enabled property value has changed.
(Inherited from ToolStripItem)
EnterOccurs when the hosted control is entered.
(Inherited from ToolStripControlHost)
ForeColorChangedOccurs when the ForeColor property value changes.
(Inherited from ToolStripItem)
GiveFeedbackOccurs during a drag operation.
(Inherited from ToolStripItem)
GotFocusOccurs when the hosted control receives focus.
(Inherited from ToolStripControlHost)
KeyDownOccurs when a key is pressed and held down while the hosted control has focus.
(Inherited from ToolStripControlHost)
KeyPressOccurs when a key is pressed while the hosted control has focus.
(Inherited from ToolStripControlHost)
KeyUpOccurs when a key is released while the hosted control has focus.
(Inherited from ToolStripControlHost)
LeaveOccurs when the input focus leaves the hosted control.
(Inherited from ToolStripControlHost)
LocationChangedOccurs when the location of a ToolStripItem is updated.
(Inherited from ToolStripItem)
LostFocusOccurs when the hosted control loses focus.
(Inherited from ToolStripControlHost)
MouseDownOccurs when the mouse pointer is over the item and a mouse button is pressed.
(Inherited from ToolStripItem)
MouseEnterOccurs when the mouse pointer enters the item.
(Inherited from ToolStripItem)
MouseHoverOccurs when the mouse pointer hovers over the item.
(Inherited from ToolStripItem)
MouseLeaveOccurs when the mouse pointer leaves the item.
(Inherited from ToolStripItem)
MouseMoveOccurs when the mouse pointer is moved over the item.
(Inherited from ToolStripItem)
MouseUpOccurs when the mouse pointer is over the item and a mouse button is released.
(Inherited from ToolStripItem)
OwnerChangedOccurs when the Owner property changes.
(Inherited from ToolStripItem)
PaintOccurs when the item is redrawn.
(Inherited from ToolStripItem)
PathChanged 
QueryAccessibilityHelpOccurs when an accessibility client application invokes help for the ToolStripItem.
(Inherited from ToolStripItem)
QueryContinueDragOccurs during a drag-and-drop operation and allows the drag source to determine whether the drag-and-drop operation should be canceled.
(Inherited from ToolStripItem)
RightToLeftChangedOccurs when the RightToLeft property value changes.
(Inherited from ToolStripItem)
TextChangedOccurs when the value of the Text property changes.
(Inherited from ToolStripItem)
ValidatedOccurs after the hosted control has been successfully validated.
(Inherited from ToolStripControlHost)
ValidatingOccurs while the hosted control is validating.
(Inherited from ToolStripControlHost)
VisibleChangedOccurs when the value of the Visible property changes.
(Inherited from ToolStripItem)

See Also