.NET Framework Class Library
TextBox Members

Represents a Windows text box control.

The TextBox type exposes the following members.

Constructors

  NameDescription
Public methodSupported by the .NET Compact FrameworkTextBoxInitializes a new instance of the TextBox class.
Top
Methods

  NameDescription
Protected methodAccessibilityNotifyClientsOverloaded. Notifies the accessibility client applications of AccessibleEvents.
Public methodAppendTextAppends text to the current text of a text box. (Inherited from TextBoxBase.)
Public methodSupported by the .NET Compact FrameworkBeginInvokeOverloaded. Executes a delegate asynchronously on the thread that the control's underlying handle was created on.
Public methodSupported by the .NET Compact FrameworkBringToFrontBrings the control to the front of the z-order. (Inherited from Control.)
Public methodClearClears all text from the text box control. (Inherited from TextBoxBase.)
Public methodClearUndoClears information about the most recent operation from the undo buffer of the text box. (Inherited from TextBoxBase.)
Public methodContainsRetrieves a value indicating whether the specified control is a child of the control. (Inherited from Control.)
Public methodCopyCopies the current selection in the text box to the Clipboard. (Inherited from TextBoxBase.)
Protected methodCreateAccessibilityInstanceCreates a new accessibility object for the control. (Inherited from Control.)
Public methodCreateControlForces the creation of the control, including the creation of the handle and any child controls. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkCreateControlsInstanceCreates a new instance of the control collection for the control. (Inherited from Control.)
Public methodCreateGraphicsCreates the Graphics for the control. (Inherited from Control.)
Protected methodCreateHandleCreates a handle for the control. (Inherited from TextBoxBase.)
Public methodCreateObjRefCreates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Inherited from MarshalByRefObject.)
Public methodCutMoves the current selection in the text box to the Clipboard. (Inherited from TextBoxBase.)
Protected methodDefWndProcSends the specified message to the default window procedure. (Inherited from Control.)
Public methodDeselectAllSpecifies that the value of the SelectionLength property is zero so that no characters are selected in the control. (Inherited from TextBoxBase.)
Protected methodDestroyHandleDestroys the handle associated with the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkDisposeOverloaded. Releases the resources used by the TextBox.
Public methodDoDragDropBegins a drag-and-drop operation. (Inherited from Control.)
Public methodDrawToBitmapSupports rendering to the specified bitmap. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkEndInvokeRetrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkEqualsDetermines whether the specified Object is equal to the current Object. (Inherited from Object.)
Protected methodSupported by the .NET Compact FrameworkFinalizeOverloaded.
Public methodFindFormRetrieves the form that the control is on. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkFocusSets input focus to the control. (Inherited from Control.)
Protected methodGetAccessibilityObjectByIdRetrieves the specified AccessibleObject. (Inherited from Control.)
Protected methodGetAutoSizeModeRetrieves a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.)
Public methodGetCharFromPositionRetrieves the character that is closest to the specified location within the control. (Inherited from TextBoxBase.)
Public methodGetCharIndexFromPositionRetrieves the index of the character nearest to the specified location. (Inherited from TextBoxBase.)
Public methodGetChildAtPointOverloaded. Retrieves the child control at a specified location.
Public methodGetContainerControlReturns the next ContainerControl up the control's chain of parent controls. (Inherited from Control.)
Public methodGetFirstCharIndexFromLineRetrieves the index of the first character of a given line. (Inherited from TextBoxBase.)
Public methodGetFirstCharIndexOfCurrentLineRetrieves the index of the first character of the current line. (Inherited from TextBoxBase.)
Public methodSupported by the .NET Compact FrameworkGetHashCodeServes as a hash function for a particular type. (Inherited from Object.)
Public methodGetLifetimeServiceRetrieves the current lifetime service object that controls the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Public methodGetLineFromCharIndexRetrieves the line number from the specified character position within the text of the control. (Inherited from TextBoxBase.)
Public methodGetNextControlRetrieves the next control forward or back in the tab order of child controls. (Inherited from Control.)
Public methodGetPositionFromCharIndexRetrieves the location within the control at the specified character index. (Inherited from TextBoxBase.)
Public methodGetPreferredSizeRetrieves the size of a rectangular area into which a control can be fitted. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkGetScaledBoundsRetrieves the bounds within which the control is scaled. (Inherited from Control.)
Protected methodGetServiceReturns an object that represents a service provided by the Component or by its Container. (Inherited from Component.)
Protected methodGetStyleRetrieves the value of the specified control style bit for the control. (Inherited from Control.)
Protected methodGetTopLevelDetermines if the control is a top-level control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkGetTypeGets the Type of the current instance. (Inherited from Object.)
Public methodSupported by the .NET Compact FrameworkHideConceals the control from the user. (Inherited from Control.)
Public methodInitializeLifetimeServiceObtains a lifetime service object to control the lifetime policy for this instance. (Inherited from MarshalByRefObject.)
Protected methodInitLayoutCalled after the control has been added to another container. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkInvalidateOverloaded. Invalidates a specific region of the control and causes a paint message to be sent to the control.
Public methodSupported by the .NET Compact FrameworkInvokeOverloaded. Executes a delegate on the thread that owns the control's underlying window handle.
Protected methodInvokeGotFocusRaises the GotFocus event for the specified control. (Inherited from Control.)
Protected methodInvokeLostFocusRaises the LostFocus event for the specified control. (Inherited from Control.)
Protected methodInvokeOnClickRaises the Click event for the specified control. (Inherited from Control.)
Protected methodInvokePaintRaises the Paint event for the specified control. (Inherited from Control.)
Protected methodInvokePaintBackgroundRaises the PaintBackground event for the specified control. (Inherited from Control.)
Protected methodIsInputCharDetermines if a character is an input character that the control recognizes. (Inherited from Control.)
Protected methodIsInputKeyDetermines whether the specified key is an input key or a special key that requires preprocessing. (Overrides TextBoxBase..::.IsInputKey(Keys).)
Protected methodSupported by the .NET Compact FrameworkMemberwiseCloneOverloaded.
Protected methodNotifyInvalidateInfrastructure. Raises the Invalidated event with a specified region of the control to invalidate. (Inherited from Control.)
Protected methodOnAcceptsTabChangedRaises the AcceptsTabChanged event. (Inherited from TextBoxBase.)
Protected methodOnAutoSizeChangedOverloaded.
Protected methodOnBackColorChangedOverloaded.
Protected methodOnBackgroundImageChangedRaises the BackgroundImageChanged event. (Inherited from Control.)
Protected methodOnBackgroundImageLayoutChangedRaises the BackgroundImageLayoutChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnBindingContextChangedRaises the BindingContextChanged event. (Inherited from Control.)
Protected methodOnBorderStyleChangedRaises the BorderStyleChanged event. (Inherited from TextBoxBase.)
Protected methodOnCausesValidationChangedRaises the CausesValidationChanged event. (Inherited from Control.)
Protected methodOnChangeUICuesRaises the ChangeUICues event. (Inherited from Control.)
Protected methodOnClickRaises the Click event. (Inherited from Control.)
Protected methodOnClientSizeChangedRaises the ClientSizeChanged event. (Inherited from Control.)
Protected methodOnContextMenuChangedRaises the ContextMenuChanged event. (Inherited from Control.)
Protected methodOnContextMenuStripChangedRaises the ContextMenuStripChanged event. (Inherited from Control.)
Protected methodOnControlAddedRaises the ControlAdded event. (Inherited from Control.)
Protected methodOnControlRemovedRaises the ControlRemoved event. (Inherited from Control.)
Protected methodOnCreateControlRaises the CreateControl method. (Inherited from Control.)
Protected methodOnCursorChangedRaises the CursorChanged event. (Inherited from Control.)
Protected methodOnDockChangedRaises the DockChanged event. (Inherited from Control.)
Protected methodOnDoubleClickRaises the DoubleClick event. (Inherited from Control.)
Protected methodOnDragDropRaises the DragDrop event. (Inherited from Control.)
Protected methodOnDragEnterRaises the DragEnter event. (Inherited from Control.)
Protected methodOnDragLeaveRaises the DragLeave event. (Inherited from Control.)
Protected methodOnDragOverRaises the DragOver event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnEnabledChangedRaises the EnabledChanged event. (Inherited from Control.)
Protected methodOnEnterRaises the Enter event. (Inherited from Control.)
Protected methodOnFontChangedOverloaded.
Protected methodOnForeColorChangedRaises the ForeColorChanged event. (Inherited from Control.)
Protected methodOnGiveFeedbackRaises the GiveFeedback event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnGotFocusOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnHandleCreatedOverloaded.
Protected methodSupported by the .NET Compact FrameworkOnHandleDestroyedOverloaded.
Protected methodOnHelpRequestedRaises the HelpRequested event. (Inherited from Control.)
Protected methodOnHideSelectionChangedRaise the HideSelectionChanged event. (Inherited from TextBoxBase.)
Protected methodOnImeModeChangedRaises the ImeModeChanged event. (Inherited from Control.)
Protected methodOnInvalidatedRaises the Invalidated event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyDownRaises the KeyDown event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyPressRaises the KeyPress event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnKeyUpRaises the KeyUp event. (Inherited from Control.)
Protected methodOnLayoutRaises the Layout event. (Inherited from Control.)
Protected methodOnLeaveRaises the Leave event. (Inherited from Control.)
Protected methodOnLocationChangedRaises the LocationChanged event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnLostFocusRaises the LostFocus event. (Inherited from Control.)
Protected methodOnMarginChangedRaises the MarginChanged event. (Inherited from Control.)
Protected methodOnModifiedChangedRaises the ModifiedChanged event. (Inherited from TextBoxBase.)
Protected methodOnMouseCaptureChangedRaises the MouseCaptureChanged event. (Inherited from Control.)
Protected methodOnMouseClickRaises the MouseClick event. (Inherited from Control.)
Protected methodOnMouseDoubleClickRaises the MouseDoubleClick event. (Inherited from Control.)
Protected methodOnMouseDownRaises the MouseDown event. (Inherited from Control.)
Protected methodOnMouseEnterRaises the MouseEnter event. (Inherited from Control.)
Protected methodOnMouseHoverRaises the MouseHover event. (Inherited from Control.)
Protected methodOnMouseLeaveRaises the MouseLeave event. (Inherited from Control.)
Protected methodOnMouseMoveRaises the MouseMove event. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnMouseUpOverloaded.
Protected methodOnMouseWheelRaises the MouseWheel event. (Inherited from Control.)
Protected methodOnMoveRaises the Move event. (Inherited from Control.)
Protected methodOnMultilineChangedRaises the MultilineChanged event. (Inherited from TextBoxBase.)
Protected methodOnNotifyMessageNotifies the control of Windows messages. (Inherited from Control.)
Protected methodOnPaddingChangedInfrastructure. This method is not relevant for this class. (Inherited from TextBoxBase.)
Protected methodOnPaintRaises the Paint event. (Inherited from Control.)
Protected methodOnPaintBackgroundPaints the background of the control. (Inherited from Control.)
Protected methodOnParentBackColorChangedRaises the BackColorChanged event when the BackColor property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentBackgroundImageChangedRaises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentBindingContextChangedRaises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Inherited from Control.)
Protected methodSupported by the .NET Compact FrameworkOnParentChangedRaises the ParentChanged event. (Inherited from Control.)
Protected methodOnParentCursorChangedRaises the CursorChanged event. (Inherited from Control.)
Protected methodOnParentEnabledChangedRaises the EnabledChanged event when the Enabled property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentFontChangedRaises the FontChanged event when the Font property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentForeColorChangedRaises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentRightToLeftChangedRaises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Inherited from Control.)
Protected methodOnParentVisibleChangedRaises the VisibleChanged event when the Visible property value of the control's container changes. (Inherited from Control.)
Protected methodOnPreviewKeyDownRaises the PreviewKeyDown event. (Inherited from Control.)
Protected methodOnPrintRaises the Paint event. (Inherited from Control.)
Protected methodOnQueryContinueDragRaises the QueryContinueDrag event. (Inherited from Control.)
Protected methodOnReadOnlyChangedRaises the ReadOnlyChanged event. (Inherited from TextBoxBase.)
Protected methodOnRegionChangedRaises the RegionChanged event. (Inherited from Control.)
Protected methodOnResizeRaises the Resize event. (Inherited from Control.)
Protected methodOnRightToLeftChangedRaises the RightToLeftChanged event. (Inherited from Control.)
Protected methodOnSizeChangedRaises the SizeChanged event. (Inherited from Control.)
Protected methodOnStyleChangedRaises the StyleChanged event. (Inherited from Control.)
Protected methodOnSystemColorsChangedRaises the SystemColorsChanged event. (Inherited from Control.)
Protected methodOnTabIndexChangedRaises the TabIndexChanged event. (Inherited from Control.)
Protected methodOnTabStopChangedRaises the TabStopChanged event. (Inherited from Control.)
Protected methodOnTextAlignChangedRaises the TextAlignChanged event.
Protected methodSupported by the .NET Compact FrameworkOnTextChangedOverloaded.
Protected methodOnValidatedRaises the Validated event. (Inherited from Control.)
Protected methodOnValidatingRaises the Validating event. (Inherited from Control.)
Protected methodOnVisibleChangedRaises the VisibleChanged event. (Inherited from Control.)
Public methodPasteOverloaded. Replaces the current selection in the text box with the contents of the Clipboard.
Public methodPerformLayoutOverloaded. Forces the control to apply layout logic to child controls.
Public methodSupported by the .NET Compact FrameworkPointToClientComputes the location of the specified screen point into client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkPointToScreenComputes the location of the specified client point into screen coordinates. (Inherited from Control.)
Public methodPreProcessControlMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.)
Public methodPreProcessMessagePreprocesses keyboard or input messages within the message loop before they are dispatched. (Inherited from Control.)
Protected methodProcessCmdKeyOverloaded.
Protected methodProcessDialogCharProcesses a dialog character. (Inherited from Control.)
Protected methodProcessDialogKeyProcesses a dialog key. (Inherited from TextBoxBase.)
Protected methodProcessKeyEventArgsProcesses a key message and generates the appropriate control events. (Inherited from Control.)
Protected methodProcessKeyMessageProcesses a keyboard message. (Inherited from Control.)
Protected methodProcessKeyPreviewPreviews a keyboard message. (Inherited from Control.)
Protected methodProcessMnemonicProcesses a mnemonic character. (Inherited from Control.)
Protected methodRaiseDragEventRaises the appropriate drag event. (Inherited from Control.)
Protected methodRaiseKeyEventRaises the appropriate key event. (Inherited from Control.)
Protected methodRaiseMouseEventRaises the appropriate mouse event. (Inherited from Control.)
Protected methodRaisePaintEventRaises the appropriate paint event. (Inherited from Control.)
Protected methodRecreateHandleForces the re-creation of the handle for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRectangleToClientComputes the size and location of the specified screen rectangle in client coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRectangleToScreenComputes the size and location of the specified client rectangle in screen coordinates. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkRefreshForces the control to invalidate its client area and immediately redraw itself and any child controls. (Inherited from Control.)
Public methodResetBackColorResets the BackColor property to its default value. (Inherited from Control.)
Public methodResetBindingsCauses a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Inherited from Control.)
Public methodResetCursorResets the Cursor property to its default value. (Inherited from Control.)
Public methodResetFontResets the Font property to its default value. (Inherited from Control.)
Public methodResetForeColorResets the ForeColor property to its default value. (Inherited from Control.)
Public methodResetImeModeResets the ImeMode property to its default value. (Inherited from Control.)
Protected methodResetMouseEventArgsInfrastructure. Resets the control to handle the MouseLeave event. (Inherited from Control.)
Public methodResetRightToLeftResets the RightToLeft property to its default value. (Inherited from Control.)
Public methodResetTextResets the Text property to its default value. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkResumeLayoutOverloaded. Resumes the usual layout logic.
Protected methodRtlTranslateAlignmentOverloaded. Converts the current alignment to the appropriate alignment to support right-to-left text.
Protected methodRtlTranslateContentConverts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Inherited from Control.)
Protected methodRtlTranslateHorizontalConverts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Inherited from Control.)
Protected methodRtlTranslateLeftRightConverts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkScaleOverloaded. Scales the control and any child controls.
Protected methodSupported by the .NET Compact FrameworkScaleControlScales a control's location, size, padding and margin. (Inherited from Control.)
Protected methodScaleCoreInfrastructure. This method is not relevant for this class. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkScrollToCaretScrolls the contents of the control to the current caret position. (Inherited from TextBoxBase.)
Public methodSupported by the .NET Compact FrameworkSelectOverloaded. Activates a control.
Public methodSupported by the .NET Compact FrameworkSelectAllSelects all text in the text box. (Inherited from TextBoxBase.)
Public methodSupported by the .NET Compact FrameworkSelectNextControlActivates the next control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkSendToBackSends the control to the back of the z-order. (Inherited from Control.)
Protected methodSetAutoSizeModeSets a value indicating how a control will behave when its AutoSize property is enabled. (Inherited from Control.)
Public methodSetBoundsOverloaded. Sets the bounds of the control.
Protected methodSetBoundsCoreSets the specified bounds of the TextBoxBase control. (Inherited from TextBoxBase.)
Protected methodSetClientSizeCoreSets the size of the client area of the control. (Inherited from Control.)
Protected methodSetStyleSets a specified ControlStyles flag to either true or false. (Inherited from Control.)
Protected methodSetTopLevelSets the control as the top-level control. (Inherited from Control.)
Protected methodSetVisibleCoreSets the control to the specified visible state. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkShowDisplays the control to the user. (Inherited from Control.)
Protected methodSizeFromClientSizeDetermines the size of the entire control from the height and width of its client area. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkSuspendLayoutTemporarily suspends the layout logic for the control. (Inherited from Control.)
Public methodSupported by the .NET Compact FrameworkToStringOverloaded.
Public methodSupported by the .NET Compact FrameworkUndoUndoes the last edit operation in the text box. (Inherited from TextBoxBase.)
Public methodSupported by the .NET Compact FrameworkUpdateCauses the control to redraw the invalidated regions within its client area. (Inherited from Control.)
Protected methodUpdateBoundsOverloaded. Updates the bounds of the control.
Protected methodUpdateStylesForces the assigned styles to be reapplied to the control. (Inherited from Control.)
Protected methodUpdateZOrderUpdates the control in its parent's z-order. (Inherited from Control.)
Protected methodWndProc (Overrides TextBoxBase..::.WndProc(Message%).)
Top
Properties

  NameDescription
Public propertySupported by the .NET Compact FrameworkAcceptsReturnGets 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.
Public propertySupported by the .NET Compact FrameworkAcceptsTabGets 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 TextBoxBase.)
Public propertyAccessibilityObjectGets the AccessibleObject assigned to the control. (Inherited from Control.)
Public propertyAccessibleDefaultActionDescriptionGets or sets the default action description of the control for use by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleDescriptionGets or sets the description of the control used by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleNameGets or sets the name of the control used by accessibility client applications. (Inherited from Control.)
Public propertyAccessibleRoleGets or sets the accessible role of the control (Inherited from Control.)
Public propertyAllowDropGets or sets a value indicating whether the control can accept data that the user drags onto it. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkAnchorGets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Inherited from Control.)
Public propertyAutoCompleteCustomSourceGets or sets a custom System.Collections.Specialized..::.StringCollection to use when the AutoCompleteSource property is set to CustomSource.
Public propertyAutoCompleteModeGets or sets an option that controls how automatic completion works for the TextBox.
Public propertyAutoCompleteSourceGets or sets a value specifying the source of complete strings used for automatic completion.
Public propertyAutoScrollOffsetGets or sets where this control is scrolled to in ScrollControlIntoView. (Inherited from Control.)
Public propertyAutoSizeInfrastructure. Gets or sets a value indicating whether the height of the control automatically adjusts when the font assigned to the control is changed. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkBackColorOverloaded.
Public propertyBackgroundImageInfrastructure. This property is not relevant for this class. (Inherited from TextBoxBase.)
Public propertyBackgroundImageLayoutInfrastructure. This property is not relevant for this class. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkBindingContextGets or sets the BindingContext for the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkBorderStyleGets or sets the border type of the text box control. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkBottomGets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkBoundsGets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Inherited from Control.)
Protected propertyCanEnableImeGets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Inherited from TextBoxBase.)
Public propertyCanFocusGets a value indicating whether the control can receive focus. (Inherited from Control.)
Protected propertyCanRaiseEventsDetermines if events can be raised on the control. (Inherited from Control.)
Public propertyCanSelectGets a value indicating whether the control can be selected. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkCanUndoGets a value indicating whether the user can undo the previous operation in a text box control. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkCaptureGets or sets a value indicating whether the control has captured the mouse. (Inherited from Control.)
Public propertyCausesValidationGets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Inherited from Control.)
Public propertyCharacterCasingGets or sets whether the TextBox control modifies the case of characters as they are typed.
Public propertySupported by the .NET Compact FrameworkClientRectangleGets the rectangle that represents the client area of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkClientSizeGets or sets the height and width of the client area of the control. (Inherited from Control.)
Public propertyCompanyNameGets the name of the company or creator of the application containing the control. (Inherited from Control.)
Public propertyContainerGets the IContainer that contains the Component. (Inherited from Component.)
Public propertyContainsFocusGets a value indicating whether the control, or one of its child controls, currently has the input focus. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkContextMenuGets or sets the shortcut menu associated with the control. (Inherited from Control.)
Public propertyContextMenuStripGets or sets the ContextMenuStrip associated with this control. (Inherited from Control.)
Public propertyControlsGets the collection of controls contained within the control. (Inherited from Control.)
Public propertyCreatedGets a value indicating whether the control has been created. (Inherited from Control.)
Protected propertyCreateParams (Overrides TextBoxBase..::.CreateParams.)
Public propertyCursorGets or sets the cursor that is displayed when the mouse pointer is over the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkDataBindingsGets the data bindings for the control. (Inherited from Control.)
Protected propertyDefaultCursorGets or sets the default cursor for the control. (Inherited from TextBoxBase.)
Protected propertyDefaultImeModeOverloaded.
Protected propertyDefaultMarginGets the space, in pixels, that is specified by default between controls. (Inherited from Control.)
Protected propertyDefaultMaximumSizeGets the length and height, in pixels, that is specified as the default maximum size of a control. (Inherited from Control.)
Protected propertyDefaultMinimumSizeGets the length and height, in pixels, that is specified as the default minimum size of a control. (Inherited from Control.)
Protected propertyDefaultPaddingGets the internal spacing, in pixels, of the contents of a control. (Inherited from Control.)
Protected propertyDefaultSizeGets the default size of the control. (Inherited from TextBoxBase.)
Protected propertyDesignModeGets a value that indicates whether the Component is currently in design mode. (Inherited from Component.)
Public propertyDisplayRectangleGets the rectangle that represents the display area of the control. (Inherited from Control.)
Public propertyDisposingGets a value indicating whether the base Control class is in the process of disposing. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkDockGets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Inherited from Control.)
Protected propertyDoubleBufferedInfrastructure. Gets or sets a value indicating whether control drawing is done in a buffer before the control is displayed. This property is not relevant for this class. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkEnabledGets or sets a value indicating whether the control can respond to user interaction. (Inherited from Control.)
Protected propertySupported by the .NET Compact FrameworkEventsGets the list of event handlers that are attached to this Component. (Inherited from Component.)
Public propertySupported by the .NET Compact FrameworkFocusedGets a value indicating whether the control has input focus. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkFontGets or sets the font of the text displayed by the control. (Inherited from Control.)
Protected propertyFontHeightGets or sets the height of the font of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkForeColorOverloaded.
Public propertySupported by the .NET Compact FrameworkHandleGets the window handle that the control is bound to. (Inherited from Control.)
Public propertyHasChildrenGets a value indicating whether the control contains one or more child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkHeightGets or sets the height of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkHideSelectionGets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus. (Inherited from TextBoxBase.)
Public propertyImeModeGets or sets the Input Method Editor (IME) mode of the control. (Inherited from Control.)
Protected propertyImeModeBase (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkInvokeRequiredGets a value indicating whether the caller must call an invoke method when making method calls to the control because the caller is on a different thread than the one the control was created on. (Inherited from Control.)
Public propertyIsAccessibleGets or sets a value indicating whether the control is visible to accessibility applications. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkIsDisposedGets a value indicating whether the control has been disposed of. (Inherited from Control.)
Public propertyIsHandleCreatedGets a value indicating whether the control has a handle associated with it. (Inherited from Control.)
Public propertyIsMirroredGets a value indicating whether the control is mirrored. (Inherited from Control.)
Public propertyLayoutEngineGets a cached instance of the control's layout engine. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkLeftGets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Inherited from Control.)
Public propertyLinesGets or sets the lines of text in a text box control. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkLocationGets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Inherited from Control.)
Public propertyMarginGets or sets the space between controls. (Inherited from Control.)
Public propertyMaximumSizeGets or sets the size that is the upper limit that GetPreferredSize can specify. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkMaxLengthGets or sets the maximum number of characters the user can type or paste into the text box control. (Inherited from TextBoxBase.)
Public propertyMinimumSizeGets or sets the size that is the lower limit that GetPreferredSize can specify. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkModifiedGets or sets a value that indicates that the text box control has been modified by the user since the control was created or its contents were last set. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkMultilineOverloaded.
Public propertySupported by the .NET Compact FrameworkNameGets or sets the name of the control. (Inherited from Control.)
Public propertyPaddingInfrastructure. This property is not relevant for this class. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkParentGets or sets the parent container of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkPasswordCharGets or sets the character used to mask characters of a password in a single-line TextBox control.
Public propertyPreferredHeightGets the preferred height for a text box. (Inherited from TextBoxBase.)
Public propertyPreferredSizeGets the size of a rectangular area into which the control can fit. (Inherited from Control.)
Public propertyProductNameGets the product name of the assembly containing the control. (Inherited from Control.)
Public propertyProductVersionGets the version of the assembly containing the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkReadOnlyGets or sets a value indicating whether text in the text box is read-only. (Inherited from TextBoxBase.)
Public propertyRecreatingHandleGets a value indicating whether the control is currently re-creating its handle. (Inherited from Control.)
Public propertyRegionGets or sets the window region associated with the control. (Inherited from Control.)
Protected propertyRenderRightToLeft Obsolete. This property is now obsolete. (Inherited from Control.)
Protected propertyResizeRedrawGets or sets a value indicating whether the control redraws itself when resized. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkRightGets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Inherited from Control.)
Public propertyRightToLeftGets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Inherited from Control.)
Protected propertySupported by the .NET Compact FrameworkScaleChildrenGets a value that determines the scaling of child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkScrollBarsGets or sets which scroll bars should appear in a multiline TextBox control.
Public propertySupported by the .NET Compact FrameworkSelectedTextGets or sets a value indicating the currently selected text in the control. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkSelectionLengthOverloaded.
Public propertySupported by the .NET Compact FrameworkSelectionStartGets or sets the starting point of text selected in the text box. (Inherited from TextBoxBase.)
Public propertyShortcutsEnabledGets or sets a value indicating whether the defined shortcuts are enabled. (Inherited from TextBoxBase.)
Protected propertyShowFocusCuesGets a value indicating whether the control should display focus rectangles. (Inherited from Control.)
Protected propertyShowKeyboardCuesGets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkSiteOverloaded.
Public propertySupported by the .NET Compact FrameworkSizeGets or sets the height and width of the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTabIndexGets or sets the tab order of the control within its container. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTabStopGets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTagGets or sets the object that contains data about the control. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTextOverloaded.
Public propertySupported by the .NET Compact FrameworkTextAlignGets or sets how text is aligned in a TextBox control.
Public propertySupported by the .NET Compact FrameworkTextLengthGets the length of text in the control. (Inherited from TextBoxBase.)
Public propertySupported by the .NET Compact FrameworkTopGets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkTopLevelControlGets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (Inherited from Control.)
Public propertyUseSystemPasswordCharGets or sets a value indicating whether the text in the TextBox control should appear as the default password character.
Public propertyUseWaitCursorGets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkVisibleGets or sets a value indicating whether the control and all its child controls are displayed. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkWidthGets or sets the width of the control. (Inherited from Control.)
Public propertyWindowTargetInfrastructure. This property is not relevant for this class. (Inherited from Control.)
Public propertySupported by the .NET Compact FrameworkWordWrapIndicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary. (Inherited from TextBoxBase.)
Top
Events

  NameDescription
Public eventAcceptsTabChangedOccurs when the value of the AcceptsTab property has changed. (Inherited from TextBoxBase.)
Public eventAutoSizeChangedInfrastructure. This event is not relevant for this class. (Inherited from TextBoxBase.)
Public eventBackColorChangedOccurs when the value of the BackColor property changes. (Inherited from Control.)
Public eventBackgroundImageChangedOverloaded.
Public eventBackgroundImageLayoutChangedInfrastructure. Occurs when the value of the BackgroundImageLayout property changes. This event is not relevant for this class. (Inherited from TextBoxBase.)
Public eventBindingContextChangedOccurs when the value of the BindingContext property changes. (Inherited from Control.)
Public eventBorderStyleChangedOccurs when the value of the BorderStyle property has changed. (Inherited from TextBoxBase.)
Public eventCausesValidationChangedOccurs when the value of the CausesValidation property changes. (Inherited from Control.)
Public eventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from Control.)
Public eventClickOverloaded.
Public eventClientSizeChangedOccurs when the value of the ClientSize property changes. (Inherited from Control.)
Public eventContextMenuChangedOccurs when the value of the ContextMenu property changes. (Inherited from Control.)
Public eventContextMenuStripChangedOccurs when the value of the ContextMenuStrip property changes. (Inherited from Control.)
Public eventControlAddedOccurs when a new control is added to the Control..::.ControlCollection. (Inherited from Control.)
Public eventControlRemovedOccurs when a control is removed from the Control..::.ControlCollection. (Inherited from Control.)
Public eventCursorChangedOccurs when the value of the Cursor property changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkDisposedOccurs when the component is disposed by a call to the Dispose method. (Inherited from Component.)
Public eventDockChangedOccurs when the value of the Dock property changes. (Inherited from Control.)
Public eventDoubleClickOccurs when the control is double-clicked. (Inherited from Control.)
Public eventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from Control.)
Public eventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from Control.)
Public eventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from Control.)
Public eventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkEnabledChangedOccurs when the Enabled property value has changed. (Inherited from Control.)
Public eventEnterOccurs when the control is entered. (Inherited from Control.)
Public eventFontChangedOccurs when the Font property value changes. (Inherited from Control.)
Public eventForeColorChangedOccurs when the ForeColor property value changes. (Inherited from Control.)
Public eventGiveFeedbackOccurs during a drag operation. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkGotFocusOccurs when the control receives focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkHandleCreatedOccurs when a handle is created for the control. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkHandleDestroyedOccurs when the control's handle is in the process of being destroyed. (Inherited from Control.)
Public eventHelpRequestedOccurs when the user requests help for a control. (Inherited from Control.)
Public eventHideSelectionChangedOccurs when the value of the HideSelection property has changed. (Inherited from TextBoxBase.)
Public eventImeModeChangedOccurs when the ImeMode property has changed. (Inherited from Control.)
Public eventInvalidatedOccurs when a control's display requires redrawing. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyDownOccurs when a key is pressed while the control has focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyPressOccurs when a key is pressed while the control has focus. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkKeyUpOccurs when a key is released while the control has focus. (Inherited from Control.)
Public eventLayoutOccurs when a control should reposition its child controls. (Inherited from Control.)
Public eventLeaveOccurs when the input focus leaves the control. (Inherited from Control.)
Public eventLocationChangedOccurs when the Location property value has changed. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkLostFocusOccurs when the control loses focus. (Inherited from Control.)
Public eventMarginChangedOccurs when the control's margin changes. (Inherited from Control.)
Public eventModifiedChangedOccurs when the value of the Modified property has changed. (Inherited from TextBoxBase.)
Public eventMouseCaptureChangedOccurs when the control loses or gains mouse capture. (Inherited from Control.)
Public eventMouseClickOccurs when the control is clicked by the mouse. (Inherited from TextBoxBase.)
Public eventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from Control.)
Public eventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from Control.)
Public eventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from Control.)
Public eventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from Control.)
Public eventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from Control.)
Public eventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from Control.)
Public eventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from Control.)
Public eventMouseWheelOccurs when the mouse wheel moves while the control has focus. (Inherited from Control.)
Public eventMoveOccurs when the control is moved. (Inherited from Control.)
Public eventMultilineChangedOccurs when the value of the Multiline property has changed. (Inherited from TextBoxBase.)
Public eventPaddingChangedInfrastructure. This event is not relevant for this class. (Inherited from TextBoxBase.)
Public eventPaintOverloaded.
Public eventSupported by the .NET Compact FrameworkParentChangedOccurs when the Parent property value changes. (Inherited from Control.)
Public eventPreviewKeyDownOccurs before the KeyDown event when a key is pressed while focus is on this control. (Inherited from Control.)
Public eventQueryAccessibilityHelpOccurs when AccessibleObject is providing help to accessibility applications. (Inherited from Control.)
Public eventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from Control.)
Public eventReadOnlyChangedOccurs when the value of the ReadOnly property has changed. (Inherited from TextBoxBase.)
Public eventRegionChangedOccurs when the value of the Region property changes. (Inherited from Control.)
Public eventResizeOccurs when the control is resized. (Inherited from Control.)
Public eventRightToLeftChangedOccurs when the RightToLeft property value changes. (Inherited from Control.)
Public eventSizeChangedOccurs when the Size property value changes. (Inherited from Control.)
Public eventStyleChangedOccurs when the control style changes. (Inherited from Control.)
Public eventSystemColorsChangedOccurs when the system colors change. (Inherited from Control.)
Public eventTabIndexChangedOccurs when the TabIndex property value changes. (Inherited from Control.)
Public eventTabStopChangedOccurs when the TabStop property value changes. (Inherited from Control.)
Public eventTextAlignChangedOccurs when the value of the TextAlign property has changed.
Public eventSupported by the .NET Compact FrameworkTextChangedOccurs when the Text property value changes. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkValidatedOccurs when the control is finished validating. (Inherited from Control.)
Public eventSupported by the .NET Compact FrameworkValidatingOccurs when the control is validating. (Inherited from Control.)
Public eventVisibleChangedOccurs when the Visible property value changes. (Inherited from Control.)
Top
Explicit Interface Implementations

  NameDescription
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragDropInfrastructure. Raises the DragDrop event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragEnterInfrastructure. Raises the DragEnter event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragLeaveInfrastructure. Raises the DragLeave event. (Inherited from Control.)
Explicit interface implemetationPrivate methodIDropTarget..::.OnDragOverInfrastructure. Raises the DragOver event. (Inherited from Control.)
Top
See Also

Reference

Tags :


Page view tracker