Freigeben über


Member InkEdit

Geschützte Member einschließen
Geerbte Member einschließen

.NET Framework-Member einschließen

.NET Compact Framework-Member einschließen
XNA Framework-Member einschließen

Dieser Dokumentation für die Vorschau nur ist und in späteren Versionen geändert. Leere Themen wurden als Platzhalter eingefügt.]

Der InkEdit-Typ macht die folgenden Member verfügbar.

Konstruktoren

  Name Beschreibung
Öffentliche Methode InkEdit

Zum Seitenanfang

Methoden

  Name Beschreibung
Geschützte Methode AccessibilityNotifyClients Überladen. Notifies the accessibility client applications of AccessibleEvents.
Öffentliche Methode AppendText Appends text to the current text of a text box. (Von TextBoxBase geerbt.)
Öffentliche Methode BeginInvoke Überladen. Executes a delegate asynchronously on the thread that the control's underlying handle was created on.
Öffentliche Methode BringToFront Brings the control to the front of the z-order. (Von Control geerbt.)
Öffentliche Methode CanPaste Determines whether you can paste information from the Clipboard in the specified data format. (Von RichTextBox geerbt.)
Öffentliche Methode Clear Clears all text from the text box control. (Von TextBoxBase geerbt.)
Öffentliche Methode ClearUndo Clears information about the most recent operation from the undo buffer of the text box. (Von TextBoxBase geerbt.)
Öffentliche Methode Contains Retrieves a value indicating whether the specified control is a child of the control. (Von Control geerbt.)
Öffentliche Methode Copy Copies the current selection in the text box to the Clipboard. (Von TextBoxBase geerbt.)
Geschützte Methode CreateAccessibilityInstance Creates a new accessibility object for the control. (Von Control geerbt.)
Öffentliche Methode CreateControl Forces the creation of the control, including the creation of the handle and any child controls. (Von Control geerbt.)
Geschützte Methode CreateControlsInstance Creates a new instance of the control collection for the control. (Von Control geerbt.)
Öffentliche Methode CreateGraphics Creates the Graphics for the control. (Von Control geerbt.)
Geschützte Methode CreateHandle Creates a handle for the control. (Von TextBoxBase geerbt.)
Öffentliche Methode CreateObjRef Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. (Von MarshalByRefObject geerbt.)
Geschützte Methode CreateRichEditOleCallback Creates an IRichEditOleCallback-compatible object for handling rich-edit callback operations. (Von RichTextBox geerbt.)
Öffentliche Methode Cut Moves the current selection in the text box to the Clipboard. (Von TextBoxBase geerbt.)
Geschützte Methode DefWndProc Sends the specified message to the default window procedure. (Von Control geerbt.)
Öffentliche Methode DeselectAll Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control. (Von TextBoxBase geerbt.)
Geschützte Methode DestroyHandle Destroys the handle associated with the control. (Von Control geerbt.)
Öffentliche Methode Dispose Überladen.
Öffentliche Methode DoDragDrop Begins a drag-and-drop operation. (Von Control geerbt.)
Öffentliche Methode DrawToBitmap Infrastruktur. This method is not relevant for this class. (Von RichTextBox geerbt.)
Öffentliche Methode EndInvoke Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Von Control geerbt.)
Öffentliche Methode Equals Determines whether the specified Object is equal to the current Object. (Von Object geerbt.)
Geschützte Methode Finalize Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Von Component geerbt.)
Öffentliche Methode Find Überladen. Searches for text within the contents of the RichTextBox.
Öffentliche Methode FindForm Retrieves the form that the control is on. (Von Control geerbt.)
Öffentliche Methode Focus Sets input focus to the control. (Von Control geerbt.)
Geschützte Methode GetAccessibilityObjectById Retrieves the specified AccessibleObject. (Von Control geerbt.)
Geschützte Methode GetAutoSizeMode Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (Von Control geerbt.)
Öffentliche Methode GetCharFromPosition Retrieves the character that is closest to the specified location within the control. (Von TextBoxBase geerbt.)
Öffentliche Methode GetCharIndexFromPosition Retrieves the index of the character nearest to the specified location. (Von RichTextBox geerbt.)
Öffentliche Methode GetChildAtPoint Überladen. Retrieves the child control at a specified location.
Öffentliche Methode GetContainerControl Returns the next ContainerControl up the control's chain of parent controls. (Von Control geerbt.)
Öffentliche Methode GetFirstCharIndexFromLine Retrieves the index of the first character of a given line. (Von TextBoxBase geerbt.)
Öffentliche Methode GetFirstCharIndexOfCurrentLine Retrieves the index of the first character of the current line. (Von TextBoxBase geerbt.)
Öffentliche Methode GetGestureStatus
Öffentliche Methode GetHashCode Serves as a hash function for a particular type. (Von Object geerbt.)
Öffentliche Methode GetLifetimeService Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Von MarshalByRefObject geerbt.)
Öffentliche Methode GetLineFromCharIndex Retrieves the line number from the specified character position within the text of the RichTextBox control. (Von RichTextBox geerbt.)
Öffentliche Methode GetNextControl Retrieves the next control forward or back in the tab order of child controls. (Von Control geerbt.)
Öffentliche Methode GetPositionFromCharIndex Retrieves the location within the control at the specified character index. (Von RichTextBox geerbt.)
Öffentliche Methode GetPreferredSize Retrieves the size of a rectangular area into which a control can be fitted. (Von Control geerbt.)
Geschützte Methode GetScaledBounds Retrieves the bounds within which the control is scaled. (Von Control geerbt.)
Geschützte Methode GetService Returns an object that represents a service provided by the Component or by its Container. (Von Component geerbt.)
Geschützte Methode GetStyle Retrieves the value of the specified control style bit for the control. (Von Control geerbt.)
Geschützte Methode GetTopLevel Determines if the control is a top-level control. (Von Control geerbt.)
Öffentliche Methode GetType Gets the Type of the current instance. (Von Object geerbt.)
Öffentliche Methode Hide Conceals the control from the user. (Von Control geerbt.)
Öffentliche Methode InitializeLifetimeService Obtains a lifetime service object to control the lifetime policy for this instance. (Von MarshalByRefObject geerbt.)
Geschützte Methode InitLayout Called after the control has been added to another container. (Von Control geerbt.)
Öffentliche Methode Invalidate Überladen. Invalidates a specific region of the control and causes a paint message to be sent to the control.
Öffentliche Methode Invoke Überladen. Executes a delegate on the thread that owns the control's underlying window handle.
Geschützte Methode InvokeGotFocus Raises the GotFocus event for the specified control. (Von Control geerbt.)
Geschützte Methode InvokeLostFocus Raises the LostFocus event for the specified control. (Von Control geerbt.)
Geschützte Methode InvokeOnClick Raises the Click event for the specified control. (Von Control geerbt.)
Geschützte Methode InvokePaint Raises the Paint event for the specified control. (Von Control geerbt.)
Geschützte Methode InvokePaintBackground Raises the PaintBackground event for the specified control. (Von Control geerbt.)
Geschützte Methode IsInputChar Determines if a character is an input character that the control recognizes. (Von Control geerbt.)
Geschützte Methode IsInputKey Infrastruktur. Determines whether the specified key is an input key or a special key that requires preprocessing. (Von TextBoxBase geerbt.)
Öffentliche Methode LoadFile Überladen. Loads the contents of a file into the RichTextBox control.
Geschützte Methode MemberwiseClone Überladen.
Geschützte Methode NotifyInvalidate Infrastruktur. Raises the Invalidated event with a specified region of the control to invalidate. (Von Control geerbt.)
Geschützte Methode OnAcceptsTabChanged Raises the AcceptsTabChanged event. (Von TextBoxBase geerbt.)
Geschützte Methode OnAutoSizeChanged Raises the AutoSizeChanged event. (Von Control geerbt.)
Geschützte Methode OnBackColorChanged Raises the BackColorChanged event. (Von RichTextBox geerbt.)
Geschützte Methode OnBackgroundImageChanged Raises the BackgroundImageChanged event. (Von Control geerbt.)
Geschützte Methode OnBackgroundImageLayoutChanged Raises the BackgroundImageLayoutChanged event. (Von Control geerbt.)
Geschützte Methode OnBindingContextChanged Raises the BindingContextChanged event. (Von Control geerbt.)
Geschützte Methode OnBorderStyleChanged Raises the BorderStyleChanged event. (Von TextBoxBase geerbt.)
Geschützte Methode OnCausesValidationChanged Raises the CausesValidationChanged event. (Von Control geerbt.)
Geschützte Methode OnChangeUICues Raises the ChangeUICues event. (Von Control geerbt.)
Geschützte Methode OnClick Raises the Click event. (Von Control geerbt.)
Geschützte Methode OnClientSizeChanged Raises the ClientSizeChanged event. (Von Control geerbt.)
Geschützte Methode OnContentsResized Raises the ContentsResized event. (Von RichTextBox geerbt.)
Geschützte Methode OnContextMenuChanged Raises the ContextMenuChanged event. (Von RichTextBox geerbt.)
Geschützte Methode OnContextMenuStripChanged Raises the ContextMenuStripChanged event. (Von Control geerbt.)
Geschützte Methode OnControlAdded Raises the ControlAdded event. (Von Control geerbt.)
Geschützte Methode OnControlRemoved Raises the ControlRemoved event. (Von Control geerbt.)
Geschützte Methode OnCreateControl Raises the CreateControl method. (Von Control geerbt.)
Geschützte Methode OnCursorChanged Raises the CursorChanged event. (Von Control geerbt.)
Geschützte Methode OnDockChanged Raises the DockChanged event. (Von Control geerbt.)
Geschützte Methode OnDoubleClick Raises the DoubleClick event. (Von Control geerbt.)
Geschützte Methode OnDragDrop Raises the DragDrop event. (Von Control geerbt.)
Geschützte Methode OnDragEnter Raises the DragEnter event. (Von Control geerbt.)
Geschützte Methode OnDragLeave Raises the DragLeave event. (Von Control geerbt.)
Geschützte Methode OnDragOver Raises the DragOver event. (Von Control geerbt.)
Geschützte Methode OnEnabledChanged Raises the EnabledChanged event. (Von Control geerbt.)
Geschützte Methode OnEnter Raises the Enter event. (Von Control geerbt.)
Geschützte Methode OnFontChanged Raises the FontChanged event. (Von TextBoxBase geerbt.)
Geschützte Methode OnForeColorChanged Raises the ForeColorChanged event. (Von Control geerbt.)
Geschützte Methode OnGesture
Geschützte Methode OnGiveFeedback Raises the GiveFeedback event. (Von Control geerbt.)
Geschützte Methode OnGotFocus Raises the GotFocus event. (Von Control geerbt.)
Geschützte Methode OnHandleCreated (Überschreibt RichTextBox.OnHandleCreated(EventArgs).)
Geschützte Methode OnHandleDestroyed Raises the HandleDestroyed event. (Von RichTextBox geerbt.)
Geschützte Methode OnHelpRequested Raises the HelpRequested event. (Von Control geerbt.)
Geschützte Methode OnHideSelectionChanged Raise the HideSelectionChanged event. (Von TextBoxBase geerbt.)
Geschützte Methode OnHScroll Raises the HScroll event. (Von RichTextBox geerbt.)
Geschützte Methode OnImeChange Raises the ImeChange event. (Von RichTextBox geerbt.)
Geschützte Methode OnImeModeChanged Raises the ImeModeChanged event. (Von Control geerbt.)
Geschützte Methode OnInvalidated Raises the Invalidated event. (Von Control geerbt.)
Geschützte Methode OnKeyDown Raises the KeyDown event. (Von Control geerbt.)
Geschützte Methode OnKeyPress Raises the KeyPress event. (Von Control geerbt.)
Geschützte Methode OnKeyUp Raises the KeyUp event. (Von Control geerbt.)
Geschützte Methode OnLayout Raises the Layout event. (Von Control geerbt.)
Geschützte Methode OnLeave Raises the Leave event. (Von Control geerbt.)
Geschützte Methode OnLinkClicked Raises the LinkClicked event. (Von RichTextBox geerbt.)
Geschützte Methode OnLocationChanged Raises the LocationChanged event. (Von Control geerbt.)
Geschützte Methode OnLostFocus Raises the LostFocus event. (Von Control geerbt.)
Geschützte Methode OnMarginChanged Raises the MarginChanged event. (Von Control geerbt.)
Geschützte Methode OnModifiedChanged Raises the ModifiedChanged event. (Von TextBoxBase geerbt.)
Geschützte Methode OnMouseCaptureChanged Raises the MouseCaptureChanged event. (Von Control geerbt.)
Geschützte Methode OnMouseClick Raises the MouseClick event. (Von Control geerbt.)
Geschützte Methode OnMouseDoubleClick Raises the MouseDoubleClick event. (Von Control geerbt.)
Geschützte Methode OnMouseDown Raises the MouseDown event. (Von Control geerbt.)
Geschützte Methode OnMouseEnter Raises the MouseEnter event. (Von Control geerbt.)
Geschützte Methode OnMouseHover Raises the MouseHover event. (Von Control geerbt.)
Geschützte Methode OnMouseLeave Raises the MouseLeave event. (Von Control geerbt.)
Geschützte Methode OnMouseMove Raises the MouseMove event. (Von Control geerbt.)
Geschützte Methode OnMouseUp Raises the MouseUp event. (Von TextBoxBase geerbt.)
Geschützte Methode OnMouseWheel Raises the MouseWheel event. (Von Control geerbt.)
Geschützte Methode OnMove Raises the Move event. (Von Control geerbt.)
Geschützte Methode OnMultilineChanged Raises the MultilineChanged event. (Von TextBoxBase geerbt.)
Geschützte Methode OnNotifyMessage Notifies the control of Windows messages. (Von Control geerbt.)
Geschützte Methode OnPaddingChanged Infrastruktur. This method is not relevant for this class. (Von TextBoxBase geerbt.)
Geschützte Methode OnPaint Raises the Paint event. (Von Control geerbt.)
Geschützte Methode OnPaintBackground Paints the background of the control. (Von Control geerbt.)
Geschützte Methode OnParentBackColorChanged Raises the BackColorChanged event when the BackColor property value of the control's container changes. (Von Control geerbt.)
Geschützte Methode OnParentBackgroundImageChanged Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Von Control geerbt.)
Geschützte Methode OnParentBindingContextChanged Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Von Control geerbt.)
Geschützte Methode OnParentChanged Raises the ParentChanged event. (Von Control geerbt.)
Geschützte Methode OnParentCursorChanged Raises the CursorChanged event. (Von Control geerbt.)
Geschützte Methode OnParentEnabledChanged Raises the EnabledChanged event when the Enabled property value of the control's container changes. (Von Control geerbt.)
Geschützte Methode OnParentFontChanged Raises the FontChanged event when the Font property value of the control's container changes. (Von Control geerbt.)
Geschützte Methode OnParentForeColorChanged Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Von Control geerbt.)
Geschützte Methode OnParentRightToLeftChanged Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Von Control geerbt.)
Geschützte Methode OnParentVisibleChanged Raises the VisibleChanged event when the Visible property value of the control's container changes. (Von Control geerbt.)
Geschützte Methode OnPreviewKeyDown Raises the PreviewKeyDown event. (Von Control geerbt.)
Geschützte Methode OnPrint Raises the Paint event. (Von Control geerbt.)
Geschützte Methode OnProtected Raises the Protected event. (Von RichTextBox geerbt.)
Geschützte Methode OnQueryContinueDrag Raises the QueryContinueDrag event. (Von Control geerbt.)
Geschützte Methode OnReadOnlyChanged Raises the ReadOnlyChanged event. (Von TextBoxBase geerbt.)
Geschützte Methode OnRecognition
Geschützte Methode OnRegionChanged Raises the RegionChanged event. (Von Control geerbt.)
Geschützte Methode OnResize Raises the Resize event. (Von Control geerbt.)
Geschützte Methode OnRightToLeftChanged Raises the RightToLeftChanged event. (Von RichTextBox geerbt.)
Geschützte Methode OnSelectionChanged Raises the SelectionChanged event. (Von RichTextBox geerbt.)
Geschützte Methode OnSizeChanged Raises the SizeChanged event. (Von Control geerbt.)
Geschützte Methode OnStroke
Geschützte Methode OnStyleChanged Raises the StyleChanged event. (Von Control geerbt.)
Geschützte Methode OnSystemColorsChanged Raises the SystemColorsChanged event. (Von Control geerbt.)
Geschützte Methode OnTabIndexChanged Raises the TabIndexChanged event. (Von Control geerbt.)
Geschützte Methode OnTabStopChanged Raises the TabStopChanged event. (Von Control geerbt.)
Geschützte Methode OnTextChanged Raises the TextChanged event. (Von TextBoxBase geerbt.)
Geschützte Methode OnValidated Raises the Validated event. (Von Control geerbt.)
Geschützte Methode OnValidating Raises the Validating event. (Von Control geerbt.)
Geschützte Methode OnVisibleChanged Raises the VisibleChanged event. (Von Control geerbt.)
Geschützte Methode OnVScroll Raises the VScroll event. (Von RichTextBox geerbt.)
Öffentliche Methode Paste Überladen. Pastes the contents of the Clipboard into the control.
Öffentliche Methode PerformLayout Überladen. Forces the control to apply layout logic to child controls.
Öffentliche Methode PointToClient Computes the location of the specified screen point into client coordinates. (Von Control geerbt.)
Öffentliche Methode PointToScreen Computes the location of the specified client point into screen coordinates. (Von Control geerbt.)
Öffentliche Methode PreProcessControlMessage Preprocesses keyboard or input messages within the message loop before they are dispatched. (Von Control geerbt.)
Öffentliche Methode PreProcessMessage Preprocesses keyboard or input messages within the message loop before they are dispatched. (Von Control geerbt.)
Geschützte Methode ProcessCmdKey Processes a command key. (Von RichTextBox geerbt.)
Geschützte Methode ProcessDialogChar Processes a dialog character. (Von Control geerbt.)
Geschützte Methode ProcessDialogKey Processes a dialog key. (Von TextBoxBase geerbt.)
Geschützte Methode ProcessKeyEventArgs Processes a key message and generates the appropriate control events. (Von Control geerbt.)
Geschützte Methode ProcessKeyMessage Processes a keyboard message. (Von Control geerbt.)
Geschützte Methode ProcessKeyPreview Previews a keyboard message. (Von Control geerbt.)
Geschützte Methode ProcessMnemonic Processes a mnemonic character. (Von Control geerbt.)
Geschützte Methode RaiseDragEvent Raises the appropriate drag event. (Von Control geerbt.)
Geschützte Methode RaiseKeyEvent Raises the appropriate key event. (Von Control geerbt.)
Geschützte Methode RaiseMouseEvent Raises the appropriate mouse event. (Von Control geerbt.)
Geschützte Methode RaisePaintEvent Raises the appropriate paint event. (Von Control geerbt.)
Öffentliche Methode Recognize
Geschützte Methode RecreateHandle Forces the re-creation of the handle for the control. (Von Control geerbt.)
Öffentliche Methode RectangleToClient Computes the size and location of the specified screen rectangle in client coordinates. (Von Control geerbt.)
Öffentliche Methode RectangleToScreen Computes the size and location of the specified client rectangle in screen coordinates. (Von Control geerbt.)
Öffentliche Methode Redo Reapplies the last operation that was undone in the control. (Von RichTextBox geerbt.)
Öffentliche Methode Refresh Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Von Control geerbt.)
Öffentliche Methode ResetBackColor Resets the BackColor property to its default value. (Von Control geerbt.)
Öffentliche Methode ResetBindings Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Von Control geerbt.)
Öffentliche Methode ResetCursor Resets the Cursor property to its default value. (Von Control geerbt.)
Öffentliche Methode ResetFont Resets the Font property to its default value. (Von Control geerbt.)
Öffentliche Methode ResetForeColor Resets the ForeColor property to its default value. (Von Control geerbt.)
Öffentliche Methode ResetImeMode Resets the ImeMode property to its default value. (Von Control geerbt.)
Geschützte Methode ResetMouseEventArgs Infrastruktur. Resets the control to handle the MouseLeave event. (Von Control geerbt.)
Öffentliche Methode ResetRightToLeft Resets the RightToLeft property to its default value. (Von Control geerbt.)
Öffentliche Methode ResetText Resets the Text property to its default value. (Von Control geerbt.)
Öffentliche Methode ResumeLayout Überladen. Resumes the usual layout logic.
Geschützte Methode RtlTranslateAlignment Überladen. Converts the current alignment to the appropriate alignment to support right-to-left text.
Geschützte Methode RtlTranslateContent Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Von Control geerbt.)
Geschützte Methode RtlTranslateHorizontal Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Von Control geerbt.)
Geschützte Methode RtlTranslateLeftRight Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Von Control geerbt.)
Öffentliche Methode SaveFile Überladen. Saves the contents of the RichTextBox to a file.
Öffentliche Methode Scale Überladen. Scales the control and any child controls.
Geschützte Methode ScaleControl Scales a control's location, size, padding and margin. (Von Control geerbt.)
Geschützte Methode ScaleCore Infrastruktur. This method is not relevant for this class. (Von Control geerbt.)
Öffentliche Methode ScrollToCaret Scrolls the contents of the control to the current caret position. (Von TextBoxBase geerbt.)
Öffentliche Methode Select Überladen. Activates a control.
Öffentliche Methode SelectAll Selects all text in the text box. (Von TextBoxBase geerbt.)
Öffentliche Methode SelectNextControl Activates the next control. (Von Control geerbt.)
Öffentliche Methode SendToBack Sends the control to the back of the z-order. (Von Control geerbt.)
Geschützte Methode SetAutoSizeMode Sets a value indicating how a control will behave when its AutoSize property is enabled. (Von Control geerbt.)
Öffentliche Methode SetBounds Überladen. Sets the bounds of the control.
Geschützte Methode SetBoundsCore Sets the specified bounds of the TextBoxBase control. (Von TextBoxBase geerbt.)
Geschützte Methode SetClientSizeCore Sets the size of the client area of the control. (Von Control geerbt.)
Öffentliche Methode SetGestureStatus
Geschützte Methode SetStyle Sets a specified ControlStyles flag to either true or false. (Von Control geerbt.)
Geschützte Methode SetTopLevel Sets the control as the top-level control. (Von Control geerbt.)
Geschützte Methode SetVisibleCore Sets the control to the specified visible state. (Von Control geerbt.)
Öffentliche Methode Show Displays the control to the user. (Von Control geerbt.)
Geschützte Methode SizeFromClientSize Determines the size of the entire control from the height and width of its client area. (Von Control geerbt.)
Öffentliche Methode SuspendLayout Temporarily suspends the layout logic for the control. (Von Control geerbt.)
Öffentliche Methode ToString Infrastruktur. Returns a string that represents the TextBoxBase control. (Von TextBoxBase geerbt.)
Öffentliche Methode Undo Undoes the last edit operation in the text box. (Von TextBoxBase geerbt.)
Öffentliche Methode Update Causes the control to redraw the invalidated regions within its client area. (Von Control geerbt.)
Geschützte Methode UpdateBounds Überladen. Updates the bounds of the control.
Geschützte Methode UpdateStyles Forces the assigned styles to be reapplied to the control. (Von Control geerbt.)
Geschützte Methode UpdateZOrder Updates the control in its parent's z-order. (Von Control geerbt.)
Geschützte Methode WndProc (Überschreibt RichTextBox.WndProc(Message%).)

Zum Seitenanfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft AcceptsTab Gets 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. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft AccessibilityObject Gets the AccessibleObject assigned to the control. (Von Control geerbt.)
Öffentliche Eigenschaft AccessibleDefaultActionDescription Gets or sets the default action description of the control for use by accessibility client applications. (Von Control geerbt.)
Öffentliche Eigenschaft AccessibleDescription Gets or sets the description of the control used by accessibility client applications. (Von Control geerbt.)
Öffentliche Eigenschaft AccessibleName Gets or sets the name of the control used by accessibility client applications. (Von Control geerbt.)
Öffentliche Eigenschaft AccessibleRole Gets or sets the accessible role of the control (Von Control geerbt.)
Öffentliche Eigenschaft AllowDrop Gets or sets a value indicating whether the control will enable drag-and-drop operations. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft Anchor Gets or sets the edges of the container to which a control is bound and determines how a control is resized with its parent. (Von Control geerbt.)
Öffentliche Eigenschaft AutoScrollOffset Gets or sets where this control is scrolled to in ScrollControlIntoView. (Von Control geerbt.)
Öffentliche Eigenschaft AutoSize Infrastruktur. This property is not relevant to this class. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft AutoWordSelection Gets or sets a value indicating whether automatic word selection is enabled. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft BackColor Gets or sets the background color of the control. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft BackgroundImage Infrastruktur. This property is not relevant to this class. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft BackgroundImageLayout Infrastruktur. This property is not relevant to this class. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft BindingContext Gets or sets the BindingContext for the control. (Von Control geerbt.)
Öffentliche Eigenschaft BorderStyle Gets or sets the border type of the text box control. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft Bottom Gets the distance, in pixels, between the bottom edge of the control and the top edge of its container's client area. (Von Control geerbt.)
Öffentliche Eigenschaft Bounds Gets or sets the size and location of the control including its nonclient elements, in pixels, relative to the parent control. (Von Control geerbt.)
Öffentliche Eigenschaft BulletIndent Gets or sets the indentation used in the RichTextBox control when the bullet style is applied to the text. (Von RichTextBox geerbt.)
Geschützte Eigenschaft CanEnableIme Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft CanFocus Gets a value indicating whether the control can receive focus. (Von Control geerbt.)
Geschützte Eigenschaft CanRaiseEvents Determines if events can be raised on the control. (Von Control geerbt.)
Öffentliche Eigenschaft CanRedo Gets a value indicating whether there are actions that have occurred within the RichTextBox that can be reapplied. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft CanSelect Gets a value indicating whether the control can be selected. (Von Control geerbt.)
Öffentliche Eigenschaft CanUndo Gets a value indicating whether the user can undo the previous operation in a text box control. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft Capture Gets or sets a value indicating whether the control has captured the mouse. (Von Control geerbt.)
Öffentliche Eigenschaft CausesValidation Gets or sets a value indicating whether the control causes validation to be performed on any controls that require validation when it receives focus. (Von Control geerbt.)
Öffentliche Eigenschaft ClientRectangle Gets the rectangle that represents the client area of the control. (Von Control geerbt.)
Öffentliche Eigenschaft ClientSize Gets or sets the height and width of the client area of the control. (Von Control geerbt.)
Öffentliche Eigenschaft CompanyName Gets the name of the company or creator of the application containing the control. (Von Control geerbt.)
Öffentliche Eigenschaft Container Gets the IContainer that contains the Component. (Von Component geerbt.)
Öffentliche Eigenschaft ContainsFocus Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Von Control geerbt.)
Öffentliche Eigenschaft ContextMenu Gets or sets the shortcut menu associated with the control. (Von Control geerbt.)
Öffentliche Eigenschaft ContextMenuStrip Gets or sets the ContextMenuStrip associated with this control. (Von Control geerbt.)
Öffentliche Eigenschaft Controls Gets the collection of controls contained within the control. (Von Control geerbt.)
Öffentliche Eigenschaft Created Gets a value indicating whether the control has been created. (Von Control geerbt.)
Geschützte Eigenschaft CreateParams (Überschreibt RichTextBox.CreateParams.)
Öffentliche Eigenschaft Cursor (Überschreibt Control.Cursor.)
Öffentliche Eigenschaft DataBindings Gets the data bindings for the control. (Von Control geerbt.)
Geschützte Eigenschaft DefaultCursor Gets or sets the default cursor for the control. (Von TextBoxBase geerbt.)
Geschützte Eigenschaft DefaultImeMode Gets the default Input Method Editor (IME) mode supported by the control. (Von Control geerbt.)
Geschützte Eigenschaft DefaultMargin Gets the space, in pixels, that is specified by default between controls. (Von Control geerbt.)
Geschützte Eigenschaft DefaultMaximumSize Gets the length and height, in pixels, that is specified as the default maximum size of a control. (Von Control geerbt.)
Geschützte Eigenschaft DefaultMinimumSize Gets the length and height, in pixels, that is specified as the default minimum size of a control. (Von Control geerbt.)
Geschützte Eigenschaft DefaultPadding Gets the internal spacing, in pixels, of the contents of a control. (Von Control geerbt.)
Geschützte Eigenschaft DefaultSize Gets the default size of the control. (Von RichTextBox geerbt.)
Geschützte Eigenschaft DesignMode Gets a value that indicates whether the Component is currently in design mode. (Von Component geerbt.)
Öffentliche Eigenschaft DetectUrls Gets or sets a value indicating whether or not the RichTextBox will automatically format a Uniform Resource Locator (URL) when it is typed into the control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft DisplayRectangle Gets the rectangle that represents the display area of the control. (Von Control geerbt.)
Öffentliche Eigenschaft Disposing
Öffentliche Eigenschaft Dock Gets or sets which control borders are docked to its parent control and determines how a control is resized with its parent. (Von Control geerbt.)
Geschützte Eigenschaft DoubleBuffered Infrastruktur. 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. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft DrawingAttributes
Öffentliche Eigenschaft EnableAutoDragDrop Gets or sets a value that enables drag-and-drop operations on text, pictures, and other data. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft Enabled Gets or sets a value indicating whether the control can respond to user interaction. (Von Control geerbt.)
Geschützte Eigenschaft Events Gets the list of event handlers that are attached to this Component. (Von Component geerbt.)
Öffentliche Eigenschaft Factoid
Öffentliche Eigenschaft Focused Gets a value indicating whether the control has input focus. (Von Control geerbt.)
Öffentliche Eigenschaft Font Gets or sets the font used when displaying text in the control. (Von RichTextBox geerbt.)
Geschützte Eigenschaft FontHeight Gets or sets the height of the font of the control. (Von Control geerbt.)
Öffentliche Eigenschaft ForeColor Gets or sets the font color used when displaying text in the control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft Handle Gets the window handle that the control is bound to. (Von Control geerbt.)
Öffentliche Eigenschaft HasChildren Gets a value indicating whether the control contains one or more child controls. (Von Control geerbt.)
Öffentliche Eigenschaft Height Gets or sets the height of the control. (Von Control geerbt.)
Öffentliche Eigenschaft HideSelection Gets or sets a value indicating whether the selected text in the text box control remains highlighted when the control loses focus. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft ImeMode Gets or sets the Input Method Editor (IME) mode of the control. (Von Control geerbt.)
Geschützte Eigenschaft ImeModeBase (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft InkInsertMode
Öffentliche Eigenschaft InkMode
Öffentliche Eigenschaft InvokeRequired Gets 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. (Von Control geerbt.)
Öffentliche Eigenschaft IsAccessible Gets or sets a value indicating whether the control is visible to accessibility applications. (Von Control geerbt.)
Öffentliche Eigenschaft IsDisposed Gets a value indicating whether the control has been disposed of. (Von Control geerbt.)
Öffentliche Eigenschaft IsHandleCreated Gets a value indicating whether the control has a handle associated with it. (Von Control geerbt.)
Öffentliche Eigenschaft IsMirrored Gets a value indicating whether the control is mirrored. (Von Control geerbt.)
Öffentliche Eigenschaft LanguageOption Gets or sets a value that indicates RichTextBox settings for Input Method Editor (IME) and Asian language support. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft LayoutEngine Gets a cached instance of the control's layout engine. (Von Control geerbt.)
Öffentliche Eigenschaft Left Gets or sets the distance, in pixels, between the left edge of the control and the left edge of its container's client area. (Von Control geerbt.)
Öffentliche Eigenschaft Lines Gets or sets the lines of text in a text box control. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft Location Gets or sets the coordinates of the upper-left corner of the control relative to the upper-left corner of its container. (Von Control geerbt.)
Öffentliche Eigenschaft Margin Gets or sets the space between controls. (Von Control geerbt.)
Öffentliche Eigenschaft MaximumSize Gets or sets the size that is the upper limit that GetPreferredSize can specify. (Von Control geerbt.)
Öffentliche Eigenschaft MaxLength Gets or sets the maximum number of characters the user can type or paste into the rich text box control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft MinimumSize Gets or sets the size that is the lower limit that GetPreferredSize can specify. (Von Control geerbt.)
Öffentliche Eigenschaft Modified Gets 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. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft Multiline Gets or sets a value indicating whether this is a multiline RichTextBox control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft Name Gets or sets the name of the control. (Von Control geerbt.)
Öffentliche Eigenschaft Padding Infrastruktur. This property is not relevant for this class. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft Parent Gets or sets the parent container of the control. (Von Control geerbt.)
Öffentliche Eigenschaft PreferredHeight Gets the preferred height for a text box. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft PreferredSize Gets the size of a rectangular area into which the control can fit. (Von Control geerbt.)
Öffentliche Eigenschaft ProductName Gets the product name of the assembly containing the control. (Von Control geerbt.)
Öffentliche Eigenschaft ProductVersion Gets the version of the assembly containing the control. (Von Control geerbt.)
Öffentliche Eigenschaft ReadOnly Gets or sets a value indicating whether text in the text box is read-only. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft Recognizer
Öffentliche Eigenschaft RecoTimeout
Öffentliche Eigenschaft RecreatingHandle Gets a value indicating whether the control is currently re-creating its handle. (Von Control geerbt.)
Öffentliche Eigenschaft RedoActionName Gets the name of the action that can be reapplied to the control when the Redo method is called. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft Region Gets or sets the window region associated with the control. (Von Control geerbt.)
Geschützte Eigenschaft RenderRightToLeft Veraltet. This property is now obsolete. (Von Control geerbt.)
Geschützte Eigenschaft ResizeRedraw Gets or sets a value indicating whether the control redraws itself when resized. (Von Control geerbt.)
Öffentliche Eigenschaft RichTextShortcutsEnabled Infrastruktur. This property is not relevant for this class. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft Right Gets the distance, in pixels, between the right edge of the control and the left edge of its container's client area. (Von Control geerbt.)
Öffentliche Eigenschaft RightMargin Gets or sets the size of a single line of text within the RichTextBox control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft RightToLeft Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Von Control geerbt.)
Öffentliche Eigenschaft Rtf Gets or sets the text of the RichTextBox control, including all rich text format (RTF) codes. (Von RichTextBox geerbt.)
Geschützte Eigenschaft ScaleChildren Gets a value that determines the scaling of child controls. (Von Control geerbt.)
Öffentliche Eigenschaft ScrollBars Gets or sets the type of scroll bars to display in the RichTextBox control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectedRtf Gets or sets the currently selected rich text format (RTF) formatted text in the control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectedText Gets or sets the selected text within the RichTextBox. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionAlignment Gets or sets the alignment to apply to the current selection or insertion point. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionBackColor Gets or sets the color of text when the text is selected in a RichTextBox control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionBullet Gets or sets a value indicating whether the bullet style is applied to the current selection or insertion point. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionCharOffset Gets or sets whether text in the control appears on the baseline, as a superscript, or as a subscript below the baseline. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionColor Gets or sets the text color of the current text selection or insertion point. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionFont Gets or sets the font of the current text selection or insertion point. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionHangingIndent Gets or sets the distance between the left edge of the first line of text in the selected paragraph and the left edge of subsequent lines in the same paragraph. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionIndent Gets or sets the length, in pixels, of the indentation of the line where the selection starts. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionLength Gets or sets the number of characters selected in control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionProtected Gets or sets a value indicating whether the current text selection is protected. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionRightIndent The distance (in pixels) between the right edge of the RichTextBox control and the right edge of the text that is selected or added at the current insertion point. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionStart Gets or sets the starting point of text selected in the text box. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft SelectionTabs Gets or sets the absolute tab stop positions in a RichTextBox control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelectionType Gets the selection type within the control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft SelInks
Öffentliche Eigenschaft SelInksDisplayMode
Öffentliche Eigenschaft ShortcutsEnabled Gets or sets a value indicating whether the defined shortcuts are enabled. (Von TextBoxBase geerbt.)
Geschützte Eigenschaft ShowFocusCues Gets a value indicating whether the control should display focus rectangles. (Von Control geerbt.)
Geschützte Eigenschaft ShowKeyboardCues Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Von Control geerbt.)
Öffentliche Eigenschaft ShowSelectionMargin Gets or sets a value indicating whether a selection margin is displayed in the RichTextBox. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft Site Gets or sets the site of the control. (Von Control geerbt.)
Öffentliche Eigenschaft Size Gets or sets the height and width of the control. (Von Control geerbt.)
Öffentliche Eigenschaft Status
Öffentliche Eigenschaft TabIndex Gets or sets the tab order of the control within its container. (Von Control geerbt.)
Öffentliche Eigenschaft TabStop Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Von Control geerbt.)
Öffentliche Eigenschaft Tag Gets or sets the object that contains data about the control. (Von Control geerbt.)
Öffentliche Eigenschaft Text Gets or sets the current text in the rich text box. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft TextLength Gets the length of text in the control. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft Top Gets or sets the distance, in pixels, between the top edge of the control and the top edge of its container's client area. (Von Control geerbt.)
Öffentliche Eigenschaft TopLevelControl Gets the parent control that is not parented by another Windows Forms control. Typically, this is the outermost Form that the control is contained in. (Von Control geerbt.)
Öffentliche Eigenschaft UndoActionName Gets the name of the action that can be undone in the control when the Undo method is called. (Von RichTextBox geerbt.)
Öffentliche Eigenschaft UseMouseForInput
Öffentliche Eigenschaft UseWaitCursor Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Von Control geerbt.)
Öffentliche Eigenschaft Visible Gets or sets a value indicating whether the control and all its child controls are displayed. (Von Control geerbt.)
Öffentliche Eigenschaft Width Gets or sets the width of the control. (Von Control geerbt.)
Öffentliche Eigenschaft WindowTarget Infrastruktur. This property is not relevant for this class. (Von Control geerbt.)
Öffentliche Eigenschaft WordWrap Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary. (Von TextBoxBase geerbt.)
Öffentliche Eigenschaft ZoomFactor Gets or sets the current zoom level of the RichTextBox. (Von RichTextBox geerbt.)

Zum Seitenanfang

Ereignisse

  Name Beschreibung
Öffentliches Ereignis AcceptsTabChanged Occurs when the value of the AcceptsTab property has changed. (Von TextBoxBase geerbt.)
Öffentliches Ereignis AutoSizeChanged Infrastruktur. This event is not relevant for this class. (Von TextBoxBase geerbt.)
Öffentliches Ereignis BackColorChanged Occurs when the value of the BackColor property changes. (Von Control geerbt.)
Öffentliches Ereignis BackgroundImageChanged Occurs when the value of the BackgroundImage property changes. (Von RichTextBox geerbt.)
Öffentliches Ereignis BackgroundImageLayoutChanged Infrastruktur. Occurs when the value of the BackgroundImageLayout property changes. (Von RichTextBox geerbt.)
Öffentliches Ereignis BindingContextChanged Occurs when the value of the BindingContext property changes. (Von Control geerbt.)
Öffentliches Ereignis BorderStyleChanged Occurs when the value of the BorderStyle property has changed. (Von TextBoxBase geerbt.)
Öffentliches Ereignis CausesValidationChanged Occurs when the value of the CausesValidation property changes. (Von Control geerbt.)
Öffentliches Ereignis ChangeUICues Occurs when the focus or keyboard user interface (UI) cues change. (Von Control geerbt.)
Öffentliches Ereignis Click Occurs when the text box is clicked. (Von TextBoxBase geerbt.)
Öffentliches Ereignis ClientSizeChanged Occurs when the value of the ClientSize property changes. (Von Control geerbt.)
Öffentliches Ereignis ContentsResized Occurs when contents within the control are resized. (Von RichTextBox geerbt.)
Öffentliches Ereignis ContextMenuChanged Occurs when the value of the ContextMenu property changes. (Von Control geerbt.)
Öffentliches Ereignis ContextMenuStripChanged Occurs when the value of the ContextMenuStrip property changes. (Von Control geerbt.)
Öffentliches Ereignis ControlAdded Occurs when a new control is added to the Control.ControlCollection. (Von Control geerbt.)
Öffentliches Ereignis ControlRemoved Occurs when a control is removed from the Control.ControlCollection. (Von Control geerbt.)
Öffentliches Ereignis CursorChanged Occurs when the value of the Cursor property changes. (Von Control geerbt.)
Öffentliches Ereignis Disposed Occurs when the component is disposed by a call to the Dispose method. (Von Component geerbt.)
Öffentliches Ereignis DockChanged Occurs when the value of the Dock property changes. (Von Control geerbt.)
Öffentliches Ereignis DoubleClick Occurs when the control is double-clicked. (Von Control geerbt.)
Öffentliches Ereignis DragDrop Occurs when the user completes a drag-and-drop (Von RichTextBox geerbt.)
Öffentliches Ereignis DragEnter Occurs when an object is dragged into the control's bounds. (Von RichTextBox geerbt.)
Öffentliches Ereignis DragLeave Infrastruktur. Occurs when an object is dragged out of the control's bounds. (Von RichTextBox geerbt.)
Öffentliches Ereignis DragOver Infrastruktur. Occurs when an object is dragged over the control's bounds. (Von RichTextBox geerbt.)
Öffentliches Ereignis EnabledChanged Occurs when the Enabled property value has changed. (Von Control geerbt.)
Öffentliches Ereignis Enter Occurs when the control is entered. (Von Control geerbt.)
Öffentliches Ereignis FontChanged Occurs when the Font property value changes. (Von Control geerbt.)
Öffentliches Ereignis ForeColorChanged Occurs when the ForeColor property value changes. (Von Control geerbt.)
Öffentliches Ereignis Gesture
Öffentliches Ereignis GiveFeedback Infrastruktur. Occurs during a drag operation. (Von RichTextBox geerbt.)
Öffentliches Ereignis GotFocus Occurs when the control receives focus. (Von Control geerbt.)
Öffentliches Ereignis HandleCreated Occurs when a handle is created for the control. (Von Control geerbt.)
Öffentliches Ereignis HandleDestroyed Occurs when the control's handle is in the process of being destroyed. (Von Control geerbt.)
Öffentliches Ereignis HelpRequested Occurs when the user requests help for a control. (Von Control geerbt.)
Öffentliches Ereignis HideSelectionChanged Occurs when the value of the HideSelection property has changed. (Von TextBoxBase geerbt.)
Öffentliches Ereignis HScroll Occurs when the user clicks the horizontal scroll bar of the control. (Von RichTextBox geerbt.)
Öffentliches Ereignis ImeChange Occurs when the user switches input methods on an Asian version of the Windows operating system. (Von RichTextBox geerbt.)
Öffentliches Ereignis ImeModeChanged Occurs when the ImeMode property has changed. (Von Control geerbt.)
Öffentliches Ereignis Invalidated Occurs when a control's display requires redrawing. (Von Control geerbt.)
Öffentliches Ereignis KeyDown Occurs when a key is pressed while the control has focus. (Von Control geerbt.)
Öffentliches Ereignis KeyPress Occurs when a key is pressed while the control has focus. (Von Control geerbt.)
Öffentliches Ereignis KeyUp Occurs when a key is released while the control has focus. (Von Control geerbt.)
Öffentliches Ereignis Layout Occurs when a control should reposition its child controls. (Von Control geerbt.)
Öffentliches Ereignis Leave Occurs when the input focus leaves the control. (Von Control geerbt.)
Öffentliches Ereignis LinkClicked Occurs when the user clicks on a link within the text of the control. (Von RichTextBox geerbt.)
Öffentliches Ereignis LocationChanged Occurs when the Location property value has changed. (Von Control geerbt.)
Öffentliches Ereignis LostFocus Occurs when the control loses focus. (Von Control geerbt.)
Öffentliches Ereignis MarginChanged Occurs when the control's margin changes. (Von Control geerbt.)
Öffentliches Ereignis ModifiedChanged Occurs when the value of the Modified property has changed. (Von TextBoxBase geerbt.)
Öffentliches Ereignis MouseCaptureChanged Occurs when the control loses or gains mouse capture. (Von Control geerbt.)
Öffentliches Ereignis MouseClick Occurs when the control is clicked by the mouse. (Von TextBoxBase geerbt.)
Öffentliches Ereignis MouseDoubleClick Occurs when the control is double clicked by the mouse. (Von Control geerbt.)
Öffentliches Ereignis MouseDown Occurs when the mouse pointer is over the control and a mouse button is pressed. (Von Control geerbt.)
Öffentliches Ereignis MouseEnter Occurs when the mouse pointer enters the control. (Von Control geerbt.)
Öffentliches Ereignis MouseHover Occurs when the mouse pointer rests on the control. (Von Control geerbt.)
Öffentliches Ereignis MouseLeave Occurs when the mouse pointer leaves the control. (Von Control geerbt.)
Öffentliches Ereignis MouseMove Occurs when the mouse pointer is moved over the control. (Von Control geerbt.)
Öffentliches Ereignis MouseUp Occurs when the mouse pointer is over the control and a mouse button is released. (Von Control geerbt.)
Öffentliches Ereignis MouseWheel Occurs when the mouse wheel moves while the control has focus. (Von Control geerbt.)
Öffentliches Ereignis Move Occurs when the control is moved. (Von Control geerbt.)
Öffentliches Ereignis MultilineChanged Occurs when the value of the Multiline property has changed. (Von TextBoxBase geerbt.)
Öffentliches Ereignis PaddingChanged Infrastruktur. This event is not relevant for this class. (Von TextBoxBase geerbt.)
Öffentliches Ereignis Paint Infrastruktur. Occurs when the control is redrawn. This event is not relevant for this class. (Von TextBoxBase geerbt.)
Öffentliches Ereignis ParentChanged Occurs when the Parent property value changes. (Von Control geerbt.)
Öffentliches Ereignis PreviewKeyDown Occurs before the KeyDown event when a key is pressed while focus is on this control. (Von Control geerbt.)
Öffentliches Ereignis Protected Occurs when the user attempts to modify protected text in the control. (Von RichTextBox geerbt.)
Öffentliches Ereignis QueryAccessibilityHelp Occurs when AccessibleObject is providing help to accessibility applications. (Von Control geerbt.)
Öffentliches Ereignis QueryContinueDrag Infrastruktur. This event is not relevant to this class. (Von RichTextBox geerbt.)
Öffentliches Ereignis ReadOnlyChanged Occurs when the value of the ReadOnly property has changed. (Von TextBoxBase geerbt.)
Öffentliches Ereignis Recognition
Öffentliches Ereignis RegionChanged Occurs when the value of the Region property changes. (Von Control geerbt.)
Öffentliches Ereignis Resize Occurs when the control is resized. (Von Control geerbt.)
Öffentliches Ereignis RightToLeftChanged Occurs when the RightToLeft property value changes. (Von Control geerbt.)
Öffentliches Ereignis SelectionChanged Occurs when the selection of text within the control has changed. (Von RichTextBox geerbt.)
Öffentliches Ereignis SizeChanged Occurs when the Size property value changes. (Von Control geerbt.)
Öffentliches Ereignis Stroke
Öffentliches Ereignis StyleChanged Occurs when the control style changes. (Von Control geerbt.)
Öffentliches Ereignis SystemColorsChanged Occurs when the system colors change. (Von Control geerbt.)
Öffentliches Ereignis TabIndexChanged Occurs when the TabIndex property value changes. (Von Control geerbt.)
Öffentliches Ereignis TabStopChanged Occurs when the TabStop property value changes. (Von Control geerbt.)
Öffentliches Ereignis TextChanged Occurs when the Text property value changes. (Von Control geerbt.)
Öffentliches Ereignis Validated Occurs when the control is finished validating. (Von Control geerbt.)
Öffentliches Ereignis Validating Occurs when the control is validating. (Von Control geerbt.)
Öffentliches Ereignis VisibleChanged Occurs when the Visible property value changes. (Von Control geerbt.)
Öffentliches Ereignis VScroll Occurs when the user clicks the vertical scroll bars of the control. (Von RichTextBox geerbt.)

Zum Seitenanfang

Explizite Schnittstellenimplementierungen

  Name Beschreibung
Explizite Schnittstellenimplementierung Private Methode IDropTarget.OnDragDrop Infrastruktur. Raises the DragDrop event. (Von Control geerbt.)
Explizite Schnittstellenimplementierung Private Methode IDropTarget.OnDragEnter Infrastruktur. Raises the DragEnter event. (Von Control geerbt.)
Explizite Schnittstellenimplementierung Private Methode IDropTarget.OnDragLeave Infrastruktur. Raises the DragLeave event. (Von Control geerbt.)
Explizite Schnittstellenimplementierung Private Methode IDropTarget.OnDragOver Infrastruktur. Raises the DragOver event. (Von Control geerbt.)

Zum Seitenanfang

Siehe auch

Referenz

InkEdit Klasse

Microsoft.Ink-Namespace