ToolStripSpringTextBox Class

Definition

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

Constructors

ToolStripSpringTextBoxInitializes a new instance of the ToolStripSpringTextBox class

Properties

AcceptsReturnGets or sets a value indicating whether pressing ENTER in a multiline TextBox control creates a new line of text in the control or activates the default button for the form.
(Inherited from ToolStripTextBox)
AcceptsTabGets or sets a value indicating whether pressing the TAB key in a multiline text box control types a TAB character in the control instead of moving the focus to the next control in the tab order.
(Inherited from ToolStripTextBox)
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)
AutoCompleteCustomSourceGets or sets a custom string collection to use when the AutoCompleteSource property is set to CustomSource.
(Inherited from ToolStripTextBox)
AutoCompleteModeGets or sets an option that controls how automatic completion works for the ToolStripTextBox.
(Inherited from ToolStripTextBox)
AutoCompleteSourceGets or sets a value specifying the source of complete strings used for automatic completion.
(Inherited from ToolStripTextBox)
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)
BorderStyleGets or sets the border type of the ToolStripTextBox control.
(Inherited from ToolStripTextBox)
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)
CanUndoGets a value indicating whether the user can undo the previous operation in a ToolStripTextBox control.
(Inherited from ToolStripTextBox)
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)
CharacterCasingGets or sets whether the ToolStripTextBox control modifies the case of characters as they are typed.
(Inherited from ToolStripTextBox)
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 spacing, in pixels, between the ToolStripTextBox and adjacent items.
(Inherited from ToolStripTextBox)
DefaultPaddingGets the internal spacing characteristics of the item.
(Inherited from ToolStripItem)
DefaultSizeGets the default size of the ToolStripTextBox.
(Inherited from ToolStripTextBox)
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)
HideSelectionGets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus.
(Inherited from ToolStripTextBox)
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)
LinesGets or sets the lines of text in a ToolStripTextBox control.
(Inherited from ToolStripTextBox)
MarginGets or sets the space between the item and adjacent items.
(Inherited from ToolStripItem)
MaxLengthGets or sets the maximum number of characters the user can type or paste into the text box control.
(Inherited from ToolStripTextBox)
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)
ModifiedGets or sets a value that indicates that the ToolStripTextBox control has been modified by the user since the control was created or its contents were last set.
(Inherited from ToolStripTextBox)
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)
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)
ReadOnlyGets or sets a value indicating whether text in the ToolStripTextBox is read-only.
(Inherited from ToolStripTextBox)
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)
SelectedTextGets or sets a value indicating the currently selected text in the control.
(Inherited from ToolStripTextBox)
SelectionLengthGets or sets the number of characters selected in theToolStripTextBox.
(Inherited from ToolStripTextBox)
SelectionStartGets or sets the starting point of text selected in theToolStripTextBox.
(Inherited from ToolStripTextBox)
ShortcutsEnabledGets or sets a value indicating whether the defined shortcuts are enabled.
(Inherited from ToolStripTextBox)
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)
TextBoxGets the hosted TextBox control.
(Inherited from ToolStripTextBox)
TextBoxTextAlignGets or sets how text is aligned in a TextBox control.
(Inherited from ToolStripTextBox)
TextImageRelationGets or sets the position of ToolStripItem text and image relative to each other.
(Inherited from ToolStripItem)
TextLengthGets the length of text in the control.
(Inherited from ToolStripTextBox)
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

AppendTextAppends text to the current text of the ToolStripTextBox.
(Inherited from ToolStripTextBox)
ClearClears all text from the ToolStripTextBox control.
(Inherited from ToolStripTextBox)
ClearUndoClears information about the most recent operation from the undo buffer of the ToolStripTextBox.
(Inherited from ToolStripTextBox)
CopyCopies the current selection in the ToolStripTextBox to the Clipboard.
(Inherited from ToolStripTextBox)
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)
CutMoves the current selection in the ToolStripTextBox to the Clipboard.
(Inherited from ToolStripTextBox)
DeselectAllSpecifies that the value of the SelectionLength property is zero so that no characters are selected in the control.
(Inherited from ToolStripTextBox)
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)
GetCharFromPositionRetrieves the character that is closest to the specified location within the control.
(Inherited from ToolStripTextBox)
GetCharIndexFromPositionRetrieves the index of the character nearest to the specified location.
(Inherited from ToolStripTextBox)
GetCurrentParentRetrieves the ToolStrip that is the container of the current ToolStripItem.
(Inherited from ToolStripItem)
GetFirstCharIndexFromLineRetrieves the index of the first character of a given line.
(Inherited from ToolStripTextBox)
GetFirstCharIndexOfCurrentLineRetrieves the index of the first character of the current line.
(Inherited from ToolStripTextBox)
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)
GetLineFromCharIndexRetrieves the line number from the specified character position within the text of the control.
(Inherited from ToolStripTextBox)
GetPositionFromCharIndexRetrieves the location within the control at the specified character index.
(Inherited from ToolStripTextBox)
GetPreferredSize
(Overrides ToolStripTextBoxGetPreferredSize(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)
OnAcceptsTabChangedRaises the AcceptsTabChanged event.
(Inherited from ToolStripTextBox)
OnAvailableChangedRaises the AvailableChanged event.
(Inherited from ToolStripItem)
OnBackColorChangedRaises the BackColorChanged event.
(Inherited from ToolStripItem)
OnBorderStyleChangedRaises the BorderStyleChanged event.
(Inherited from ToolStripTextBox)
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)
OnHideSelectionChangedRaises the HideSelectionChanged event.
(Inherited from ToolStripTextBox)
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)
OnModifiedChangedRaises the ModifiedChanged event.
(Inherited from ToolStripTextBox)
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)
OnMultilineChangedRaises the MultilineChanged event.
(Inherited from ToolStripTextBox)
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)
OnQueryContinueDragRaises the QueryContinueDrag event.
(Inherited from ToolStripItem)
OnReadOnlyChangedRaises the ReadOnlyChanged event.
(Inherited from ToolStripTextBox)
OnRightToLeftChangedRaises the RightToLeftChanged event.
(Inherited from ToolStripItem)
OnSubscribeControlEventsSubscribes events from the hosted control.
(Inherited from ToolStripTextBox)
OnTextChangedRaises the TextChanged event.
(Inherited from ToolStripItem)
OnUnsubscribeControlEventsUnsubscribes events from the hosted control.
(Inherited from ToolStripTextBox)
OnValidatedRaises the Validated event.
(Inherited from ToolStripControlHost)
OnValidatingRaises the Validating event.
(Inherited from ToolStripControlHost)
OnVisibleChangedRaises the VisibleChanged event.
(Inherited from ToolStripItem)
PasteReplaces the current selection in the text box with the contents of the Clipboard.
(Inherited from ToolStripTextBox)
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)
ScrollToCaretScrolls the contents of the control to the current caret position.
(Inherited from ToolStripTextBox)
SelectSelects the item.
(Inherited from ToolStripItem)
Select(Int32, Int32)Selects a range of text in the text box.
(Inherited from ToolStripTextBox)
SelectAllSelects all text in the text box.
(Inherited from ToolStripTextBox)
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)
UndoUndoes the last edit operation in the text box.
(Inherited from ToolStripTextBox)

Events

AcceptsTabChangedOccurs when the value of the AcceptsTab property changes.
(Inherited from ToolStripTextBox)
AvailableChangedOccurs when the value of the Available property changes.
(Inherited from ToolStripItem)
BackColorChangedOccurs when the value of the BackColor property changes.
(Inherited from ToolStripItem)
BorderStyleChangedOccurs when the value of the BorderStyle property changes.
(Inherited from ToolStripTextBox)
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)
HideSelectionChangedOccurs when the value of the HideSelection property changes.
(Inherited from ToolStripTextBox)
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)
ModifiedChangedOccurs when the value of the Modified property changes.
(Inherited from ToolStripTextBox)
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)
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)
ReadOnlyChangedOccurs when the value of the ReadOnly property changes.
(Inherited from ToolStripTextBox)
RightToLeftChangedOccurs when the RightToLeft property value changes.
(Inherited from ToolStripItem)
TextBoxTextAlignChangedOccurs when the value of the TextBoxTextAlign property changes.
(Inherited from ToolStripTextBox)
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