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 | |
---|---|---|
![]() |
InkEdit |
Zum Seitenanfang
Methoden
Name | Beschreibung | |
---|---|---|
![]() |
AccessibilityNotifyClients | Überladen. Notifies the accessibility client applications of AccessibleEvents. |
![]() |
AppendText | Appends text to the current text of a text box. (Von TextBoxBase geerbt.) |
![]() |
BeginInvoke | Überladen. Executes a delegate asynchronously on the thread that the control's underlying handle was created on. |
![]() |
BringToFront | Brings the control to the front of the z-order. (Von Control geerbt.) |
![]() |
CanPaste | Determines whether you can paste information from the Clipboard in the specified data format. (Von RichTextBox geerbt.) |
![]() |
Clear | Clears all text from the text box control. (Von TextBoxBase geerbt.) |
![]() |
ClearUndo | Clears information about the most recent operation from the undo buffer of the text box. (Von TextBoxBase geerbt.) |
![]() |
Contains | Retrieves a value indicating whether the specified control is a child of the control. (Von Control geerbt.) |
![]() |
Copy | Copies the current selection in the text box to the Clipboard. (Von TextBoxBase geerbt.) |
![]() |
CreateAccessibilityInstance | Creates a new accessibility object for the control. (Von Control geerbt.) |
![]() |
CreateControl | Forces the creation of the control, including the creation of the handle and any child controls. (Von Control geerbt.) |
![]() |
CreateControlsInstance | Creates a new instance of the control collection for the control. (Von Control geerbt.) |
![]() |
CreateGraphics | Creates the Graphics for the control. (Von Control geerbt.) |
![]() |
CreateHandle | Creates a handle for the control. (Von TextBoxBase geerbt.) |
![]() |
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.) |
![]() |
CreateRichEditOleCallback | Creates an IRichEditOleCallback-compatible object for handling rich-edit callback operations. (Von RichTextBox geerbt.) |
![]() |
Cut | Moves the current selection in the text box to the Clipboard. (Von TextBoxBase geerbt.) |
![]() |
DefWndProc | Sends the specified message to the default window procedure. (Von Control geerbt.) |
![]() |
DeselectAll | Specifies that the value of the SelectionLength property is zero so that no characters are selected in the control. (Von TextBoxBase geerbt.) |
![]() |
DestroyHandle | Destroys the handle associated with the control. (Von Control geerbt.) |
![]() |
Dispose | Überladen. |
![]() |
DoDragDrop | Begins a drag-and-drop operation. (Von Control geerbt.) |
![]() |
DrawToBitmap | Infrastruktur. This method is not relevant for this class. (Von RichTextBox geerbt.) |
![]() |
EndInvoke | Retrieves the return value of the asynchronous operation represented by the IAsyncResult passed. (Von Control geerbt.) |
![]() |
Equals | Determines whether the specified Object is equal to the current Object. (Von Object geerbt.) |
![]() |
Finalize | Releases unmanaged resources and performs other cleanup operations before the Component is reclaimed by garbage collection. (Von Component geerbt.) |
![]() |
Find | Überladen. Searches for text within the contents of the RichTextBox. |
![]() |
FindForm | Retrieves the form that the control is on. (Von Control geerbt.) |
![]() |
Focus | Sets input focus to the control. (Von Control geerbt.) |
![]() |
GetAccessibilityObjectById | Retrieves the specified AccessibleObject. (Von Control geerbt.) |
![]() |
GetAutoSizeMode | Retrieves a value indicating how a control will behave when its AutoSize property is enabled. (Von Control geerbt.) |
![]() |
GetCharFromPosition | Retrieves the character that is closest to the specified location within the control. (Von TextBoxBase geerbt.) |
![]() |
GetCharIndexFromPosition | Retrieves the index of the character nearest to the specified location. (Von RichTextBox geerbt.) |
![]() |
GetChildAtPoint | Überladen. Retrieves the child control at a specified location. |
![]() |
GetContainerControl | Returns the next ContainerControl up the control's chain of parent controls. (Von Control geerbt.) |
![]() |
GetFirstCharIndexFromLine | Retrieves the index of the first character of a given line. (Von TextBoxBase geerbt.) |
![]() |
GetFirstCharIndexOfCurrentLine | Retrieves the index of the first character of the current line. (Von TextBoxBase geerbt.) |
![]() |
GetGestureStatus | |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Von Object geerbt.) |
![]() |
GetLifetimeService | Retrieves the current lifetime service object that controls the lifetime policy for this instance. (Von MarshalByRefObject geerbt.) |
![]() |
GetLineFromCharIndex | Retrieves the line number from the specified character position within the text of the RichTextBox control. (Von RichTextBox geerbt.) |
![]() |
GetNextControl | Retrieves the next control forward or back in the tab order of child controls. (Von Control geerbt.) |
![]() |
GetPositionFromCharIndex | Retrieves the location within the control at the specified character index. (Von RichTextBox geerbt.) |
![]() |
GetPreferredSize | Retrieves the size of a rectangular area into which a control can be fitted. (Von Control geerbt.) |
![]() |
GetScaledBounds | Retrieves the bounds within which the control is scaled. (Von Control geerbt.) |
![]() |
GetService | Returns an object that represents a service provided by the Component or by its Container. (Von Component geerbt.) |
![]() |
GetStyle | Retrieves the value of the specified control style bit for the control. (Von Control geerbt.) |
![]() |
GetTopLevel | Determines if the control is a top-level control. (Von Control geerbt.) |
![]() |
GetType | Gets the Type of the current instance. (Von Object geerbt.) |
![]() |
Hide | Conceals the control from the user. (Von Control geerbt.) |
![]() |
InitializeLifetimeService | Obtains a lifetime service object to control the lifetime policy for this instance. (Von MarshalByRefObject geerbt.) |
![]() |
InitLayout | Called after the control has been added to another container. (Von Control geerbt.) |
![]() |
Invalidate | Überladen. Invalidates a specific region of the control and causes a paint message to be sent to the control. |
![]() |
Invoke | Überladen. Executes a delegate on the thread that owns the control's underlying window handle. |
![]() |
InvokeGotFocus | Raises the GotFocus event for the specified control. (Von Control geerbt.) |
![]() |
InvokeLostFocus | Raises the LostFocus event for the specified control. (Von Control geerbt.) |
![]() |
InvokeOnClick | Raises the Click event for the specified control. (Von Control geerbt.) |
![]() |
InvokePaint | Raises the Paint event for the specified control. (Von Control geerbt.) |
![]() |
InvokePaintBackground | Raises the PaintBackground event for the specified control. (Von Control geerbt.) |
![]() |
IsInputChar | Determines if a character is an input character that the control recognizes. (Von Control geerbt.) |
![]() |
IsInputKey | Infrastruktur. Determines whether the specified key is an input key or a special key that requires preprocessing. (Von TextBoxBase geerbt.) |
![]() |
LoadFile | Überladen. Loads the contents of a file into the RichTextBox control. |
![]() |
MemberwiseClone | Überladen. |
![]() |
NotifyInvalidate | Infrastruktur. Raises the Invalidated event with a specified region of the control to invalidate. (Von Control geerbt.) |
![]() |
OnAcceptsTabChanged | Raises the AcceptsTabChanged event. (Von TextBoxBase geerbt.) |
![]() |
OnAutoSizeChanged | Raises the AutoSizeChanged event. (Von Control geerbt.) |
![]() |
OnBackColorChanged | Raises the BackColorChanged event. (Von RichTextBox geerbt.) |
![]() |
OnBackgroundImageChanged | Raises the BackgroundImageChanged event. (Von Control geerbt.) |
![]() |
OnBackgroundImageLayoutChanged | Raises the BackgroundImageLayoutChanged event. (Von Control geerbt.) |
![]() |
OnBindingContextChanged | Raises the BindingContextChanged event. (Von Control geerbt.) |
![]() |
OnBorderStyleChanged | Raises the BorderStyleChanged event. (Von TextBoxBase geerbt.) |
![]() |
OnCausesValidationChanged | Raises the CausesValidationChanged event. (Von Control geerbt.) |
![]() |
OnChangeUICues | Raises the ChangeUICues event. (Von Control geerbt.) |
![]() |
OnClick | Raises the Click event. (Von Control geerbt.) |
![]() |
OnClientSizeChanged | Raises the ClientSizeChanged event. (Von Control geerbt.) |
![]() |
OnContentsResized | Raises the ContentsResized event. (Von RichTextBox geerbt.) |
![]() |
OnContextMenuChanged | Raises the ContextMenuChanged event. (Von RichTextBox geerbt.) |
![]() |
OnContextMenuStripChanged | Raises the ContextMenuStripChanged event. (Von Control geerbt.) |
![]() |
OnControlAdded | Raises the ControlAdded event. (Von Control geerbt.) |
![]() |
OnControlRemoved | Raises the ControlRemoved event. (Von Control geerbt.) |
![]() |
OnCreateControl | Raises the CreateControl method. (Von Control geerbt.) |
![]() |
OnCursorChanged | Raises the CursorChanged event. (Von Control geerbt.) |
![]() |
OnDockChanged | Raises the DockChanged event. (Von Control geerbt.) |
![]() |
OnDoubleClick | Raises the DoubleClick event. (Von Control geerbt.) |
![]() |
OnDragDrop | Raises the DragDrop event. (Von Control geerbt.) |
![]() |
OnDragEnter | Raises the DragEnter event. (Von Control geerbt.) |
![]() |
OnDragLeave | Raises the DragLeave event. (Von Control geerbt.) |
![]() |
OnDragOver | Raises the DragOver event. (Von Control geerbt.) |
![]() |
OnEnabledChanged | Raises the EnabledChanged event. (Von Control geerbt.) |
![]() |
OnEnter | Raises the Enter event. (Von Control geerbt.) |
![]() |
OnFontChanged | Raises the FontChanged event. (Von TextBoxBase geerbt.) |
![]() |
OnForeColorChanged | Raises the ForeColorChanged event. (Von Control geerbt.) |
![]() |
OnGesture | |
![]() |
OnGiveFeedback | Raises the GiveFeedback event. (Von Control geerbt.) |
![]() |
OnGotFocus | Raises the GotFocus event. (Von Control geerbt.) |
![]() |
OnHandleCreated | (Überschreibt RichTextBox.OnHandleCreated(EventArgs).) |
![]() |
OnHandleDestroyed | Raises the HandleDestroyed event. (Von RichTextBox geerbt.) |
![]() |
OnHelpRequested | Raises the HelpRequested event. (Von Control geerbt.) |
![]() |
OnHideSelectionChanged | Raise the HideSelectionChanged event. (Von TextBoxBase geerbt.) |
![]() |
OnHScroll | Raises the HScroll event. (Von RichTextBox geerbt.) |
![]() |
OnImeChange | Raises the ImeChange event. (Von RichTextBox geerbt.) |
![]() |
OnImeModeChanged | Raises the ImeModeChanged event. (Von Control geerbt.) |
![]() |
OnInvalidated | Raises the Invalidated event. (Von Control geerbt.) |
![]() |
OnKeyDown | Raises the KeyDown event. (Von Control geerbt.) |
![]() |
OnKeyPress | Raises the KeyPress event. (Von Control geerbt.) |
![]() |
OnKeyUp | Raises the KeyUp event. (Von Control geerbt.) |
![]() |
OnLayout | Raises the Layout event. (Von Control geerbt.) |
![]() |
OnLeave | Raises the Leave event. (Von Control geerbt.) |
![]() |
OnLinkClicked | Raises the LinkClicked event. (Von RichTextBox geerbt.) |
![]() |
OnLocationChanged | Raises the LocationChanged event. (Von Control geerbt.) |
![]() |
OnLostFocus | Raises the LostFocus event. (Von Control geerbt.) |
![]() |
OnMarginChanged | Raises the MarginChanged event. (Von Control geerbt.) |
![]() |
OnModifiedChanged | Raises the ModifiedChanged event. (Von TextBoxBase geerbt.) |
![]() |
OnMouseCaptureChanged | Raises the MouseCaptureChanged event. (Von Control geerbt.) |
![]() |
OnMouseClick | Raises the MouseClick event. (Von Control geerbt.) |
![]() |
OnMouseDoubleClick | Raises the MouseDoubleClick event. (Von Control geerbt.) |
![]() |
OnMouseDown | Raises the MouseDown event. (Von Control geerbt.) |
![]() |
OnMouseEnter | Raises the MouseEnter event. (Von Control geerbt.) |
![]() |
OnMouseHover | Raises the MouseHover event. (Von Control geerbt.) |
![]() |
OnMouseLeave | Raises the MouseLeave event. (Von Control geerbt.) |
![]() |
OnMouseMove | Raises the MouseMove event. (Von Control geerbt.) |
![]() |
OnMouseUp | Raises the MouseUp event. (Von TextBoxBase geerbt.) |
![]() |
OnMouseWheel | Raises the MouseWheel event. (Von Control geerbt.) |
![]() |
OnMove | Raises the Move event. (Von Control geerbt.) |
![]() |
OnMultilineChanged | Raises the MultilineChanged event. (Von TextBoxBase geerbt.) |
![]() |
OnNotifyMessage | Notifies the control of Windows messages. (Von Control geerbt.) |
![]() |
OnPaddingChanged | Infrastruktur. This method is not relevant for this class. (Von TextBoxBase geerbt.) |
![]() |
OnPaint | Raises the Paint event. (Von Control geerbt.) |
![]() |
OnPaintBackground | Paints the background of the control. (Von Control geerbt.) |
![]() |
OnParentBackColorChanged | Raises the BackColorChanged event when the BackColor property value of the control's container changes. (Von Control geerbt.) |
![]() |
OnParentBackgroundImageChanged | Raises the BackgroundImageChanged event when the BackgroundImage property value of the control's container changes. (Von Control geerbt.) |
![]() |
OnParentBindingContextChanged | Raises the BindingContextChanged event when the BindingContext property value of the control's container changes. (Von Control geerbt.) |
![]() |
OnParentChanged | Raises the ParentChanged event. (Von Control geerbt.) |
![]() |
OnParentCursorChanged | Raises the CursorChanged event. (Von Control geerbt.) |
![]() |
OnParentEnabledChanged | Raises the EnabledChanged event when the Enabled property value of the control's container changes. (Von Control geerbt.) |
![]() |
OnParentFontChanged | Raises the FontChanged event when the Font property value of the control's container changes. (Von Control geerbt.) |
![]() |
OnParentForeColorChanged | Raises the ForeColorChanged event when the ForeColor property value of the control's container changes. (Von Control geerbt.) |
![]() |
OnParentRightToLeftChanged | Raises the RightToLeftChanged event when the RightToLeft property value of the control's container changes. (Von Control geerbt.) |
![]() |
OnParentVisibleChanged | Raises the VisibleChanged event when the Visible property value of the control's container changes. (Von Control geerbt.) |
![]() |
OnPreviewKeyDown | Raises the PreviewKeyDown event. (Von Control geerbt.) |
![]() |
OnPrint | Raises the Paint event. (Von Control geerbt.) |
![]() |
OnProtected | Raises the Protected event. (Von RichTextBox geerbt.) |
![]() |
OnQueryContinueDrag | Raises the QueryContinueDrag event. (Von Control geerbt.) |
![]() |
OnReadOnlyChanged | Raises the ReadOnlyChanged event. (Von TextBoxBase geerbt.) |
![]() |
OnRecognition | |
![]() |
OnRegionChanged | Raises the RegionChanged event. (Von Control geerbt.) |
![]() |
OnResize | Raises the Resize event. (Von Control geerbt.) |
![]() |
OnRightToLeftChanged | Raises the RightToLeftChanged event. (Von RichTextBox geerbt.) |
![]() |
OnSelectionChanged | Raises the SelectionChanged event. (Von RichTextBox geerbt.) |
![]() |
OnSizeChanged | Raises the SizeChanged event. (Von Control geerbt.) |
![]() |
OnStroke | |
![]() |
OnStyleChanged | Raises the StyleChanged event. (Von Control geerbt.) |
![]() |
OnSystemColorsChanged | Raises the SystemColorsChanged event. (Von Control geerbt.) |
![]() |
OnTabIndexChanged | Raises the TabIndexChanged event. (Von Control geerbt.) |
![]() |
OnTabStopChanged | Raises the TabStopChanged event. (Von Control geerbt.) |
![]() |
OnTextChanged | Raises the TextChanged event. (Von TextBoxBase geerbt.) |
![]() |
OnValidated | Raises the Validated event. (Von Control geerbt.) |
![]() |
OnValidating | Raises the Validating event. (Von Control geerbt.) |
![]() |
OnVisibleChanged | Raises the VisibleChanged event. (Von Control geerbt.) |
![]() |
OnVScroll | Raises the VScroll event. (Von RichTextBox geerbt.) |
![]() |
Paste | Überladen. Pastes the contents of the Clipboard into the control. |
![]() |
PerformLayout | Überladen. Forces the control to apply layout logic to child controls. |
![]() |
PointToClient | Computes the location of the specified screen point into client coordinates. (Von Control geerbt.) |
![]() |
PointToScreen | Computes the location of the specified client point into screen coordinates. (Von Control geerbt.) |
![]() |
PreProcessControlMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Von Control geerbt.) |
![]() |
PreProcessMessage | Preprocesses keyboard or input messages within the message loop before they are dispatched. (Von Control geerbt.) |
![]() |
ProcessCmdKey | Processes a command key. (Von RichTextBox geerbt.) |
![]() |
ProcessDialogChar | Processes a dialog character. (Von Control geerbt.) |
![]() |
ProcessDialogKey | Processes a dialog key. (Von TextBoxBase geerbt.) |
![]() |
ProcessKeyEventArgs | Processes a key message and generates the appropriate control events. (Von Control geerbt.) |
![]() |
ProcessKeyMessage | Processes a keyboard message. (Von Control geerbt.) |
![]() |
ProcessKeyPreview | Previews a keyboard message. (Von Control geerbt.) |
![]() |
ProcessMnemonic | Processes a mnemonic character. (Von Control geerbt.) |
![]() |
RaiseDragEvent | Raises the appropriate drag event. (Von Control geerbt.) |
![]() |
RaiseKeyEvent | Raises the appropriate key event. (Von Control geerbt.) |
![]() |
RaiseMouseEvent | Raises the appropriate mouse event. (Von Control geerbt.) |
![]() |
RaisePaintEvent | Raises the appropriate paint event. (Von Control geerbt.) |
![]() |
Recognize | |
![]() |
RecreateHandle | Forces the re-creation of the handle for the control. (Von Control geerbt.) |
![]() |
RectangleToClient | Computes the size and location of the specified screen rectangle in client coordinates. (Von Control geerbt.) |
![]() |
RectangleToScreen | Computes the size and location of the specified client rectangle in screen coordinates. (Von Control geerbt.) |
![]() |
Redo | Reapplies the last operation that was undone in the control. (Von RichTextBox geerbt.) |
![]() |
Refresh | Forces the control to invalidate its client area and immediately redraw itself and any child controls. (Von Control geerbt.) |
![]() |
ResetBackColor | Resets the BackColor property to its default value. (Von Control geerbt.) |
![]() |
ResetBindings | Causes a control bound to the BindingSource to reread all the items in the list and refresh their displayed values. (Von Control geerbt.) |
![]() |
ResetCursor | Resets the Cursor property to its default value. (Von Control geerbt.) |
![]() |
ResetFont | Resets the Font property to its default value. (Von Control geerbt.) |
![]() |
ResetForeColor | Resets the ForeColor property to its default value. (Von Control geerbt.) |
![]() |
ResetImeMode | Resets the ImeMode property to its default value. (Von Control geerbt.) |
![]() |
ResetMouseEventArgs | Infrastruktur. Resets the control to handle the MouseLeave event. (Von Control geerbt.) |
![]() |
ResetRightToLeft | Resets the RightToLeft property to its default value. (Von Control geerbt.) |
![]() |
ResetText | Resets the Text property to its default value. (Von Control geerbt.) |
![]() |
ResumeLayout | Überladen. Resumes the usual layout logic. |
![]() |
RtlTranslateAlignment | Überladen. Converts the current alignment to the appropriate alignment to support right-to-left text. |
![]() |
RtlTranslateContent | Converts the specified ContentAlignment to the appropriate ContentAlignment to support right-to-left text. (Von Control geerbt.) |
![]() |
RtlTranslateHorizontal | Converts the specified HorizontalAlignment to the appropriate HorizontalAlignment to support right-to-left text. (Von Control geerbt.) |
![]() |
RtlTranslateLeftRight | Converts the specified LeftRightAlignment to the appropriate LeftRightAlignment to support right-to-left text. (Von Control geerbt.) |
![]() |
SaveFile | Überladen. Saves the contents of the RichTextBox to a file. |
![]() |
Scale | Überladen. Scales the control and any child controls. |
![]() |
ScaleControl | Scales a control's location, size, padding and margin. (Von Control geerbt.) |
![]() |
ScaleCore | Infrastruktur. This method is not relevant for this class. (Von Control geerbt.) |
![]() |
ScrollToCaret | Scrolls the contents of the control to the current caret position. (Von TextBoxBase geerbt.) |
![]() |
Select | Überladen. Activates a control. |
![]() |
SelectAll | Selects all text in the text box. (Von TextBoxBase geerbt.) |
![]() |
SelectNextControl | Activates the next control. (Von Control geerbt.) |
![]() |
SendToBack | Sends the control to the back of the z-order. (Von Control geerbt.) |
![]() |
SetAutoSizeMode | Sets a value indicating how a control will behave when its AutoSize property is enabled. (Von Control geerbt.) |
![]() |
SetBounds | Überladen. Sets the bounds of the control. |
![]() |
SetBoundsCore | Sets the specified bounds of the TextBoxBase control. (Von TextBoxBase geerbt.) |
![]() |
SetClientSizeCore | Sets the size of the client area of the control. (Von Control geerbt.) |
![]() |
SetGestureStatus | |
![]() |
SetStyle | Sets a specified ControlStyles flag to either true or false. (Von Control geerbt.) |
![]() |
SetTopLevel | Sets the control as the top-level control. (Von Control geerbt.) |
![]() |
SetVisibleCore | Sets the control to the specified visible state. (Von Control geerbt.) |
![]() |
Show | Displays the control to the user. (Von Control geerbt.) |
![]() |
SizeFromClientSize | Determines the size of the entire control from the height and width of its client area. (Von Control geerbt.) |
![]() |
SuspendLayout | Temporarily suspends the layout logic for the control. (Von Control geerbt.) |
![]() |
ToString | Infrastruktur. Returns a string that represents the TextBoxBase control. (Von TextBoxBase geerbt.) |
![]() |
Undo | Undoes the last edit operation in the text box. (Von TextBoxBase geerbt.) |
![]() |
Update | Causes the control to redraw the invalidated regions within its client area. (Von Control geerbt.) |
![]() |
UpdateBounds | Überladen. Updates the bounds of the control. |
![]() |
UpdateStyles | Forces the assigned styles to be reapplied to the control. (Von Control geerbt.) |
![]() |
UpdateZOrder | Updates the control in its parent's z-order. (Von Control geerbt.) |
![]() |
WndProc | (Überschreibt RichTextBox.WndProc(Message%).) |
Zum Seitenanfang
Eigenschaften
Name | Beschreibung | |
---|---|---|
![]() |
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.) |
![]() |
AccessibilityObject | Gets the AccessibleObject assigned to the control. (Von Control geerbt.) |
![]() |
AccessibleDefaultActionDescription | Gets or sets the default action description of the control for use by accessibility client applications. (Von Control geerbt.) |
![]() |
AccessibleDescription | Gets or sets the description of the control used by accessibility client applications. (Von Control geerbt.) |
![]() |
AccessibleName | Gets or sets the name of the control used by accessibility client applications. (Von Control geerbt.) |
![]() |
AccessibleRole | Gets or sets the accessible role of the control (Von Control geerbt.) |
![]() |
AllowDrop | Gets or sets a value indicating whether the control will enable drag-and-drop operations. (Von RichTextBox geerbt.) |
![]() |
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.) |
![]() |
AutoScrollOffset | Gets or sets where this control is scrolled to in ScrollControlIntoView. (Von Control geerbt.) |
![]() |
AutoSize | Infrastruktur. This property is not relevant to this class. (Von RichTextBox geerbt.) |
![]() |
AutoWordSelection | Gets or sets a value indicating whether automatic word selection is enabled. (Von RichTextBox geerbt.) |
![]() |
BackColor | Gets or sets the background color of the control. (Von TextBoxBase geerbt.) |
![]() |
BackgroundImage | Infrastruktur. This property is not relevant to this class. (Von RichTextBox geerbt.) |
![]() |
BackgroundImageLayout | Infrastruktur. This property is not relevant to this class. (Von RichTextBox geerbt.) |
![]() |
BindingContext | Gets or sets the BindingContext for the control. (Von Control geerbt.) |
![]() |
BorderStyle | Gets or sets the border type of the text box control. (Von TextBoxBase geerbt.) |
![]() |
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.) |
![]() |
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.) |
![]() |
BulletIndent | Gets or sets the indentation used in the RichTextBox control when the bullet style is applied to the text. (Von RichTextBox geerbt.) |
![]() |
CanEnableIme | Gets a value indicating whether the ImeMode property can be set to an active value, to enable IME support. (Von TextBoxBase geerbt.) |
![]() |
CanFocus | Gets a value indicating whether the control can receive focus. (Von Control geerbt.) |
![]() |
CanRaiseEvents | Determines if events can be raised on the control. (Von Control geerbt.) |
![]() |
CanRedo | Gets a value indicating whether there are actions that have occurred within the RichTextBox that can be reapplied. (Von RichTextBox geerbt.) |
![]() |
CanSelect | Gets a value indicating whether the control can be selected. (Von Control geerbt.) |
![]() |
CanUndo | Gets a value indicating whether the user can undo the previous operation in a text box control. (Von TextBoxBase geerbt.) |
![]() |
Capture | Gets or sets a value indicating whether the control has captured the mouse. (Von Control geerbt.) |
![]() |
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.) |
![]() |
ClientRectangle | Gets the rectangle that represents the client area of the control. (Von Control geerbt.) |
![]() |
ClientSize | Gets or sets the height and width of the client area of the control. (Von Control geerbt.) |
![]() |
CompanyName | Gets the name of the company or creator of the application containing the control. (Von Control geerbt.) |
![]() |
Container | Gets the IContainer that contains the Component. (Von Component geerbt.) |
![]() |
ContainsFocus | Gets a value indicating whether the control, or one of its child controls, currently has the input focus. (Von Control geerbt.) |
![]() |
ContextMenu | Gets or sets the shortcut menu associated with the control. (Von Control geerbt.) |
![]() |
ContextMenuStrip | Gets or sets the ContextMenuStrip associated with this control. (Von Control geerbt.) |
![]() |
Controls | Gets the collection of controls contained within the control. (Von Control geerbt.) |
![]() |
Created | Gets a value indicating whether the control has been created. (Von Control geerbt.) |
![]() |
CreateParams | (Überschreibt RichTextBox.CreateParams.) |
![]() |
Cursor | (Überschreibt Control.Cursor.) |
![]() |
DataBindings | Gets the data bindings for the control. (Von Control geerbt.) |
![]() |
DefaultCursor | Gets or sets the default cursor for the control. (Von TextBoxBase geerbt.) |
![]() |
DefaultImeMode | Gets the default Input Method Editor (IME) mode supported by the control. (Von Control geerbt.) |
![]() |
DefaultMargin | Gets the space, in pixels, that is specified by default between controls. (Von Control geerbt.) |
![]() |
DefaultMaximumSize | Gets the length and height, in pixels, that is specified as the default maximum size of a control. (Von Control geerbt.) |
![]() |
DefaultMinimumSize | Gets the length and height, in pixels, that is specified as the default minimum size of a control. (Von Control geerbt.) |
![]() |
DefaultPadding | Gets the internal spacing, in pixels, of the contents of a control. (Von Control geerbt.) |
![]() |
DefaultSize | Gets the default size of the control. (Von RichTextBox geerbt.) |
![]() |
DesignMode | Gets a value that indicates whether the Component is currently in design mode. (Von Component geerbt.) |
![]() |
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.) |
![]() |
DisplayRectangle | Gets the rectangle that represents the display area of the control. (Von Control geerbt.) |
![]() |
Disposing | |
![]() |
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.) |
![]() |
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.) |
![]() |
DrawingAttributes | |
![]() |
EnableAutoDragDrop | Gets or sets a value that enables drag-and-drop operations on text, pictures, and other data. (Von RichTextBox geerbt.) |
![]() |
Enabled | Gets or sets a value indicating whether the control can respond to user interaction. (Von Control geerbt.) |
![]() |
Events | Gets the list of event handlers that are attached to this Component. (Von Component geerbt.) |
![]() |
Factoid | |
![]() |
Focused | Gets a value indicating whether the control has input focus. (Von Control geerbt.) |
![]() |
Font | Gets or sets the font used when displaying text in the control. (Von RichTextBox geerbt.) |
![]() |
FontHeight | Gets or sets the height of the font of the control. (Von Control geerbt.) |
![]() |
ForeColor | Gets or sets the font color used when displaying text in the control. (Von RichTextBox geerbt.) |
![]() |
Handle | Gets the window handle that the control is bound to. (Von Control geerbt.) |
![]() |
HasChildren | Gets a value indicating whether the control contains one or more child controls. (Von Control geerbt.) |
![]() |
Height | Gets or sets the height of the control. (Von Control geerbt.) |
![]() |
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.) |
![]() |
ImeMode | Gets or sets the Input Method Editor (IME) mode of the control. (Von Control geerbt.) |
![]() |
ImeModeBase | (Von TextBoxBase geerbt.) |
![]() |
InkInsertMode | |
![]() |
InkMode | |
![]() |
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.) |
![]() |
IsAccessible | Gets or sets a value indicating whether the control is visible to accessibility applications. (Von Control geerbt.) |
![]() |
IsDisposed | Gets a value indicating whether the control has been disposed of. (Von Control geerbt.) |
![]() |
IsHandleCreated | Gets a value indicating whether the control has a handle associated with it. (Von Control geerbt.) |
![]() |
IsMirrored | Gets a value indicating whether the control is mirrored. (Von Control geerbt.) |
![]() |
LanguageOption | Gets or sets a value that indicates RichTextBox settings for Input Method Editor (IME) and Asian language support. (Von RichTextBox geerbt.) |
![]() |
LayoutEngine | Gets a cached instance of the control's layout engine. (Von Control geerbt.) |
![]() |
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.) |
![]() |
Lines | Gets or sets the lines of text in a text box control. (Von TextBoxBase geerbt.) |
![]() |
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.) |
![]() |
Margin | Gets or sets the space between controls. (Von Control geerbt.) |
![]() |
MaximumSize | Gets or sets the size that is the upper limit that GetPreferredSize can specify. (Von Control geerbt.) |
![]() |
MaxLength | Gets or sets the maximum number of characters the user can type or paste into the rich text box control. (Von RichTextBox geerbt.) |
![]() |
MinimumSize | Gets or sets the size that is the lower limit that GetPreferredSize can specify. (Von Control geerbt.) |
![]() |
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.) |
![]() |
Multiline | Gets or sets a value indicating whether this is a multiline RichTextBox control. (Von RichTextBox geerbt.) |
![]() |
Name | Gets or sets the name of the control. (Von Control geerbt.) |
![]() |
Padding | Infrastruktur. This property is not relevant for this class. (Von TextBoxBase geerbt.) |
![]() |
Parent | Gets or sets the parent container of the control. (Von Control geerbt.) |
![]() |
PreferredHeight | Gets the preferred height for a text box. (Von TextBoxBase geerbt.) |
![]() |
PreferredSize | Gets the size of a rectangular area into which the control can fit. (Von Control geerbt.) |
![]() |
ProductName | Gets the product name of the assembly containing the control. (Von Control geerbt.) |
![]() |
ProductVersion | Gets the version of the assembly containing the control. (Von Control geerbt.) |
![]() |
ReadOnly | Gets or sets a value indicating whether text in the text box is read-only. (Von TextBoxBase geerbt.) |
![]() |
Recognizer | |
![]() |
RecoTimeout | |
![]() |
RecreatingHandle | Gets a value indicating whether the control is currently re-creating its handle. (Von Control geerbt.) |
![]() |
RedoActionName | Gets the name of the action that can be reapplied to the control when the Redo method is called. (Von RichTextBox geerbt.) |
![]() |
Region | Gets or sets the window region associated with the control. (Von Control geerbt.) |
![]() |
RenderRightToLeft | Veraltet. This property is now obsolete. (Von Control geerbt.) |
![]() |
ResizeRedraw | Gets or sets a value indicating whether the control redraws itself when resized. (Von Control geerbt.) |
![]() |
RichTextShortcutsEnabled | Infrastruktur. This property is not relevant for this class. (Von RichTextBox geerbt.) |
![]() |
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.) |
![]() |
RightMargin | Gets or sets the size of a single line of text within the RichTextBox control. (Von RichTextBox geerbt.) |
![]() |
RightToLeft | Gets or sets a value indicating whether control's elements are aligned to support locales using right-to-left fonts. (Von Control geerbt.) |
![]() |
Rtf | Gets or sets the text of the RichTextBox control, including all rich text format (RTF) codes. (Von RichTextBox geerbt.) |
![]() |
ScaleChildren | Gets a value that determines the scaling of child controls. (Von Control geerbt.) |
![]() |
ScrollBars | Gets or sets the type of scroll bars to display in the RichTextBox control. (Von RichTextBox geerbt.) |
![]() |
SelectedRtf | Gets or sets the currently selected rich text format (RTF) formatted text in the control. (Von RichTextBox geerbt.) |
![]() |
SelectedText | Gets or sets the selected text within the RichTextBox. (Von RichTextBox geerbt.) |
![]() |
SelectionAlignment | Gets or sets the alignment to apply to the current selection or insertion point. (Von RichTextBox geerbt.) |
![]() |
SelectionBackColor | Gets or sets the color of text when the text is selected in a RichTextBox control. (Von RichTextBox geerbt.) |
![]() |
SelectionBullet | Gets or sets a value indicating whether the bullet style is applied to the current selection or insertion point. (Von RichTextBox geerbt.) |
![]() |
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.) |
![]() |
SelectionColor | Gets or sets the text color of the current text selection or insertion point. (Von RichTextBox geerbt.) |
![]() |
SelectionFont | Gets or sets the font of the current text selection or insertion point. (Von RichTextBox geerbt.) |
![]() |
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.) |
![]() |
SelectionIndent | Gets or sets the length, in pixels, of the indentation of the line where the selection starts. (Von RichTextBox geerbt.) |
![]() |
SelectionLength | Gets or sets the number of characters selected in control. (Von RichTextBox geerbt.) |
![]() |
SelectionProtected | Gets or sets a value indicating whether the current text selection is protected. (Von RichTextBox geerbt.) |
![]() |
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.) |
![]() |
SelectionStart | Gets or sets the starting point of text selected in the text box. (Von TextBoxBase geerbt.) |
![]() |
SelectionTabs | Gets or sets the absolute tab stop positions in a RichTextBox control. (Von RichTextBox geerbt.) |
![]() |
SelectionType | Gets the selection type within the control. (Von RichTextBox geerbt.) |
![]() |
SelInks | |
![]() |
SelInksDisplayMode | |
![]() |
ShortcutsEnabled | Gets or sets a value indicating whether the defined shortcuts are enabled. (Von TextBoxBase geerbt.) |
![]() |
ShowFocusCues | Gets a value indicating whether the control should display focus rectangles. (Von Control geerbt.) |
![]() |
ShowKeyboardCues | Gets a value indicating whether the user interface is in the appropriate state to show or hide keyboard accelerators. (Von Control geerbt.) |
![]() |
ShowSelectionMargin | Gets or sets a value indicating whether a selection margin is displayed in the RichTextBox. (Von RichTextBox geerbt.) |
![]() |
Site | Gets or sets the site of the control. (Von Control geerbt.) |
![]() |
Size | Gets or sets the height and width of the control. (Von Control geerbt.) |
![]() |
Status | |
![]() |
TabIndex | Gets or sets the tab order of the control within its container. (Von Control geerbt.) |
![]() |
TabStop | Gets or sets a value indicating whether the user can give the focus to this control using the TAB key. (Von Control geerbt.) |
![]() |
Tag | Gets or sets the object that contains data about the control. (Von Control geerbt.) |
![]() |
Text | Gets or sets the current text in the rich text box. (Von RichTextBox geerbt.) |
![]() |
TextLength | Gets the length of text in the control. (Von RichTextBox geerbt.) |
![]() |
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.) |
![]() |
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.) |
![]() |
UndoActionName | Gets the name of the action that can be undone in the control when the Undo method is called. (Von RichTextBox geerbt.) |
![]() |
UseMouseForInput | |
![]() |
UseWaitCursor | Gets or sets a value indicating whether to use the wait cursor for the current control and all child controls. (Von Control geerbt.) |
![]() |
Visible | Gets or sets a value indicating whether the control and all its child controls are displayed. (Von Control geerbt.) |
![]() |
Width | Gets or sets the width of the control. (Von Control geerbt.) |
![]() |
WindowTarget | Infrastruktur. This property is not relevant for this class. (Von Control geerbt.) |
![]() |
WordWrap | Indicates whether a multiline text box control automatically wraps words to the beginning of the next line when necessary. (Von TextBoxBase geerbt.) |
![]() |
ZoomFactor | Gets or sets the current zoom level of the RichTextBox. (Von RichTextBox geerbt.) |
Zum Seitenanfang
Ereignisse
Name | Beschreibung | |
---|---|---|
![]() |
AcceptsTabChanged | Occurs when the value of the AcceptsTab property has changed. (Von TextBoxBase geerbt.) |
![]() |
AutoSizeChanged | Infrastruktur. This event is not relevant for this class. (Von TextBoxBase geerbt.) |
![]() |
BackColorChanged | Occurs when the value of the BackColor property changes. (Von Control geerbt.) |
![]() |
BackgroundImageChanged | Occurs when the value of the BackgroundImage property changes. (Von RichTextBox geerbt.) |
![]() |
BackgroundImageLayoutChanged | Infrastruktur. Occurs when the value of the BackgroundImageLayout property changes. (Von RichTextBox geerbt.) |
![]() |
BindingContextChanged | Occurs when the value of the BindingContext property changes. (Von Control geerbt.) |
![]() |
BorderStyleChanged | Occurs when the value of the BorderStyle property has changed. (Von TextBoxBase geerbt.) |
![]() |
CausesValidationChanged | Occurs when the value of the CausesValidation property changes. (Von Control geerbt.) |
![]() |
ChangeUICues | Occurs when the focus or keyboard user interface (UI) cues change. (Von Control geerbt.) |
![]() |
Click | Occurs when the text box is clicked. (Von TextBoxBase geerbt.) |
![]() |
ClientSizeChanged | Occurs when the value of the ClientSize property changes. (Von Control geerbt.) |
![]() |
ContentsResized | Occurs when contents within the control are resized. (Von RichTextBox geerbt.) |
![]() |
ContextMenuChanged | Occurs when the value of the ContextMenu property changes. (Von Control geerbt.) |
![]() |
ContextMenuStripChanged | Occurs when the value of the ContextMenuStrip property changes. (Von Control geerbt.) |
![]() |
ControlAdded | Occurs when a new control is added to the Control.ControlCollection. (Von Control geerbt.) |
![]() |
ControlRemoved | Occurs when a control is removed from the Control.ControlCollection. (Von Control geerbt.) |
![]() |
CursorChanged | Occurs when the value of the Cursor property changes. (Von Control geerbt.) |
![]() |
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Von Component geerbt.) |
![]() |
DockChanged | Occurs when the value of the Dock property changes. (Von Control geerbt.) |
![]() |
DoubleClick | Occurs when the control is double-clicked. (Von Control geerbt.) |
![]() |
DragDrop | Occurs when the user completes a drag-and-drop (Von RichTextBox geerbt.) |
![]() |
DragEnter | Occurs when an object is dragged into the control's bounds. (Von RichTextBox geerbt.) |
![]() |
DragLeave | Infrastruktur. Occurs when an object is dragged out of the control's bounds. (Von RichTextBox geerbt.) |
![]() |
DragOver | Infrastruktur. Occurs when an object is dragged over the control's bounds. (Von RichTextBox geerbt.) |
![]() |
EnabledChanged | Occurs when the Enabled property value has changed. (Von Control geerbt.) |
![]() |
Enter | Occurs when the control is entered. (Von Control geerbt.) |
![]() |
FontChanged | Occurs when the Font property value changes. (Von Control geerbt.) |
![]() |
ForeColorChanged | Occurs when the ForeColor property value changes. (Von Control geerbt.) |
![]() |
Gesture | |
![]() |
GiveFeedback | Infrastruktur. Occurs during a drag operation. (Von RichTextBox geerbt.) |
![]() |
GotFocus | Occurs when the control receives focus. (Von Control geerbt.) |
![]() |
HandleCreated | Occurs when a handle is created for the control. (Von Control geerbt.) |
![]() |
HandleDestroyed | Occurs when the control's handle is in the process of being destroyed. (Von Control geerbt.) |
![]() |
HelpRequested | Occurs when the user requests help for a control. (Von Control geerbt.) |
![]() |
HideSelectionChanged | Occurs when the value of the HideSelection property has changed. (Von TextBoxBase geerbt.) |
![]() |
HScroll | Occurs when the user clicks the horizontal scroll bar of the control. (Von RichTextBox geerbt.) |
![]() |
ImeChange | Occurs when the user switches input methods on an Asian version of the Windows operating system. (Von RichTextBox geerbt.) |
![]() |
ImeModeChanged | Occurs when the ImeMode property has changed. (Von Control geerbt.) |
![]() |
Invalidated | Occurs when a control's display requires redrawing. (Von Control geerbt.) |
![]() |
KeyDown | Occurs when a key is pressed while the control has focus. (Von Control geerbt.) |
![]() |
KeyPress | Occurs when a key is pressed while the control has focus. (Von Control geerbt.) |
![]() |
KeyUp | Occurs when a key is released while the control has focus. (Von Control geerbt.) |
![]() |
Layout | Occurs when a control should reposition its child controls. (Von Control geerbt.) |
![]() |
Leave | Occurs when the input focus leaves the control. (Von Control geerbt.) |
![]() |
LinkClicked | Occurs when the user clicks on a link within the text of the control. (Von RichTextBox geerbt.) |
![]() |
LocationChanged | Occurs when the Location property value has changed. (Von Control geerbt.) |
![]() |
LostFocus | Occurs when the control loses focus. (Von Control geerbt.) |
![]() |
MarginChanged | Occurs when the control's margin changes. (Von Control geerbt.) |
![]() |
ModifiedChanged | Occurs when the value of the Modified property has changed. (Von TextBoxBase geerbt.) |
![]() |
MouseCaptureChanged | Occurs when the control loses or gains mouse capture. (Von Control geerbt.) |
![]() |
MouseClick | Occurs when the control is clicked by the mouse. (Von TextBoxBase geerbt.) |
![]() |
MouseDoubleClick | Occurs when the control is double clicked by the mouse. (Von Control geerbt.) |
![]() |
MouseDown | Occurs when the mouse pointer is over the control and a mouse button is pressed. (Von Control geerbt.) |
![]() |
MouseEnter | Occurs when the mouse pointer enters the control. (Von Control geerbt.) |
![]() |
MouseHover | Occurs when the mouse pointer rests on the control. (Von Control geerbt.) |
![]() |
MouseLeave | Occurs when the mouse pointer leaves the control. (Von Control geerbt.) |
![]() |
MouseMove | Occurs when the mouse pointer is moved over the control. (Von Control geerbt.) |
![]() |
MouseUp | Occurs when the mouse pointer is over the control and a mouse button is released. (Von Control geerbt.) |
![]() |
MouseWheel | Occurs when the mouse wheel moves while the control has focus. (Von Control geerbt.) |
![]() |
Move | Occurs when the control is moved. (Von Control geerbt.) |
![]() |
MultilineChanged | Occurs when the value of the Multiline property has changed. (Von TextBoxBase geerbt.) |
![]() |
PaddingChanged | Infrastruktur. This event is not relevant for this class. (Von TextBoxBase geerbt.) |
![]() |
Paint | Infrastruktur. Occurs when the control is redrawn. This event is not relevant for this class. (Von TextBoxBase geerbt.) |
![]() |
ParentChanged | Occurs when the Parent property value changes. (Von Control geerbt.) |
![]() |
PreviewKeyDown | Occurs before the KeyDown event when a key is pressed while focus is on this control. (Von Control geerbt.) |
![]() |
Protected | Occurs when the user attempts to modify protected text in the control. (Von RichTextBox geerbt.) |
![]() |
QueryAccessibilityHelp | Occurs when AccessibleObject is providing help to accessibility applications. (Von Control geerbt.) |
![]() |
QueryContinueDrag | Infrastruktur. This event is not relevant to this class. (Von RichTextBox geerbt.) |
![]() |
ReadOnlyChanged | Occurs when the value of the ReadOnly property has changed. (Von TextBoxBase geerbt.) |
![]() |
Recognition | |
![]() |
RegionChanged | Occurs when the value of the Region property changes. (Von Control geerbt.) |
![]() |
Resize | Occurs when the control is resized. (Von Control geerbt.) |
![]() |
RightToLeftChanged | Occurs when the RightToLeft property value changes. (Von Control geerbt.) |
![]() |
SelectionChanged | Occurs when the selection of text within the control has changed. (Von RichTextBox geerbt.) |
![]() |
SizeChanged | Occurs when the Size property value changes. (Von Control geerbt.) |
![]() |
Stroke | |
![]() |
StyleChanged | Occurs when the control style changes. (Von Control geerbt.) |
![]() |
SystemColorsChanged | Occurs when the system colors change. (Von Control geerbt.) |
![]() |
TabIndexChanged | Occurs when the TabIndex property value changes. (Von Control geerbt.) |
![]() |
TabStopChanged | Occurs when the TabStop property value changes. (Von Control geerbt.) |
![]() |
TextChanged | Occurs when the Text property value changes. (Von Control geerbt.) |
![]() |
Validated | Occurs when the control is finished validating. (Von Control geerbt.) |
![]() |
Validating | Occurs when the control is validating. (Von Control geerbt.) |
![]() |
VisibleChanged | Occurs when the Visible property value changes. (Von Control geerbt.) |
![]() |
VScroll | Occurs when the user clicks the vertical scroll bars of the control. (Von RichTextBox geerbt.) |
Zum Seitenanfang
Explizite Schnittstellenimplementierungen
Name | Beschreibung | |
---|---|---|
![]() ![]() |
IDropTarget.OnDragDrop | Infrastruktur. Raises the DragDrop event. (Von Control geerbt.) |
![]() ![]() |
IDropTarget.OnDragEnter | Infrastruktur. Raises the DragEnter event. (Von Control geerbt.) |
![]() ![]() |
IDropTarget.OnDragLeave | Infrastruktur. Raises the DragLeave event. (Von Control geerbt.) |
![]() ![]() |
IDropTarget.OnDragOver | Infrastruktur. Raises the DragOver event. (Von Control geerbt.) |
Zum Seitenanfang