ChameleonRichTextBox MethodsCleanCode C# Libraries v1.2.03 API
The ChameleonRichTextBox type exposes the following members.
Methods

  NameDescription
Protected methodOnlineAccessibilityNotifyClients(AccessibleEvents, Int32)
Notifies the accessibility client applications of the specified OnlineAccessibleEvents for the specified child control.
(Inherited from OnlineControl.)
Protected methodOnlineAccessibilityNotifyClients(AccessibleEvents, Int32, Int32)
Notifies the accessibility client applications of the specified OnlineAccessibleEvents for the specified child control .
(Inherited from OnlineControl.)
Public methodAddHighlightDescriptor(DescriptorRecognition, String, DescriptorType, Color, Color, Font, Boolean) (Inherited from SyntaxHighlightingTextBox.)
Public methodAddHighlightDescriptor(DescriptorRecognition, String, DescriptorType, String, Color, Color, Font, Boolean) (Inherited from SyntaxHighlightingTextBox.)
Protected methodAddMacro (Inherited from SyntaxHighlightingTextBox.)
Public methodOnlineAppendText
Appends text to the current text of a text box.
(Inherited from OnlineTextBoxBase.)
Public methodAutoHighlight (Inherited from SyntaxHighlightingTextBox.)
Public methodOnlineBeginInvoke(Delegate)
Executes the specified delegate asynchronously on the thread that the control's underlying handle was created on.
(Inherited from OnlineControl.)
Public methodOnlineBeginInvoke(Delegate,  Object )
Executes the specified delegate asynchronously with the specified arguments, on the thread that the control's underlying handle was created on.
(Inherited from OnlineControl.)
Public methodOnlineBringToFront
Brings the control to the front of the z-order.
(Inherited from OnlineControl.)
Public methodOnlineCanPaste
Determines whether you can paste information from the Clipboard in the specified data format.
(Inherited from OnlineRichTextBox.)
Public methodOnlineClear
Clears all text from the text box control.
(Inherited from OnlineTextBoxBase.)
Public methodOnlineClearUndo
Clears information about the most recent operation from the undo buffer of the text box.
(Inherited from OnlineTextBoxBase.)
Public methodCommentSelection
Comments the selection.
Public methodOnlineContains
Retrieves a value indicating whether the specified control is a child of the control.
(Inherited from OnlineControl.)
Public methodOnlineCopy
Copies the current selection in the text box to the Clipboard.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineCreateAccessibilityInstance
Creates a new accessibility object for the control.
(Inherited from OnlineControl.)
Public methodOnlineCreateControl
Forces the creation of the control, including the creation of the handle and any child controls.
(Inherited from OnlineControl.)
Protected methodOnlineCreateControlsInstance
Creates a new instance of the control collection for the control.
(Inherited from OnlineControl.)
Public methodOnlineCreateGraphics
Creates the OnlineGraphics for the control.
(Inherited from OnlineControl.)
Protected methodOnlineCreateHandle (Inherited from OnlineTextBoxBase.)
Public methodOnlineCreateObjRef
Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineCreateRichEditOleCallback
Creates an IRichEditOleCallback-compatible object for handling rich-edit callback operations.
(Inherited from OnlineRichTextBox.)
Public methodOnlineCut
Moves the current selection in the text box to the Clipboard.
(Inherited from OnlineTextBoxBase.)
Public methodDefineContext
Defines a dynamic context.
Protected methodOnlineDefWndProc
Sends the specified message to the default window procedure.
(Inherited from OnlineControl.)
Public methodDeleteRangeByFullLines
Deletes the range of text containing the current selection at full line boundaries.
Public methodOnlineDeselectAll
Specifies that the value of the OnlineSelectionLength property is zero so that no characters are selected in the control.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineDestroyHandle
Destroys the handle associated with the control.
(Inherited from OnlineControl.)
Public methodOnlineDispose 
Releases all resources used by the OnlineComponent.
(Inherited from OnlineComponent.)
Protected methodDispose(Boolean)
Clean up any resources being used.
(Overrides SearchableRichTextBoxDispose(Boolean).)
Public methodOnlineDoDragDrop
Begins a drag-and-drop operation.
(Inherited from OnlineControl.)
Public methodOnlineDrawToBitmap
This method is not relevant for this class.
(Inherited from OnlineRichTextBox.)
Public methodOnlineEndInvoke
Retrieves the return value of the asynchronous operation represented by the OnlineIAsyncResult passed.
(Inherited from OnlineControl.)
Public methodOnlineEquals
Determines whether the specified OnlineObject is equal to the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineFinalize
Releases unmanaged resources and performs other cleanup operations before the OnlineComponent is reclaimed by garbage collection.
(Inherited from OnlineComponent.)
Public methodOnlineFind(String)
Searches the text in a OnlineRichTextBox control for a string.
(Inherited from OnlineRichTextBox.)
Public methodOnlineFind( Char )
Searches the text of a OnlineRichTextBox control for the first instance of a character from a list of characters.
(Inherited from OnlineRichTextBox.)
Public methodOnlineFind(String, RichTextBoxFinds)
Searches the text in a OnlineRichTextBox control for a string with specific options applied to the search.
(Inherited from OnlineRichTextBox.)
Public methodOnlineFind( Char , Int32)
Searches the text of a OnlineRichTextBox control, at a specific starting point, for the first instance of a character from a list of characters.
(Inherited from OnlineRichTextBox.)
Public methodOnlineFind(String, Int32, RichTextBoxFinds)
Searches the text in a OnlineRichTextBox control for a string at a specific location within the control and with specific options applied to the search.
(Inherited from OnlineRichTextBox.)
Public methodOnlineFind( Char , Int32, Int32)
Searches a range of text in a OnlineRichTextBox control for the first instance of a character from a list of characters.
(Inherited from OnlineRichTextBox.)
Public methodOnlineFind(String, Int32, Int32, RichTextBoxFinds)
Searches the text in a OnlineRichTextBox control for a string within a range of text within the control and with specific options applied to the search.
(Inherited from OnlineRichTextBox.)
Protected methodfindDialog1_SearchRequested (Inherited from SearchableRichTextBox.)
Public methodOnlineFindForm
Retrieves the form that the control is on.
(Inherited from OnlineControl.)
Protected methodFireTimerTick (Inherited from SyntaxHighlightingTextBox.)
Public methodOnlineFocus
Sets input focus to the control.
(Inherited from OnlineControl.)
Protected methodOnlineGetAccessibilityObjectById
Retrieves the specified OnlineAccessibleObject.
(Inherited from OnlineControl.)
Protected methodOnlineGetAutoSizeMode
Retrieves a value indicating how a control will behave when its OnlineAutoSize property is enabled.
(Inherited from OnlineControl.)
Public methodOnlineGetCharFromPosition
Retrieves the character that is closest to the specified location within the control.
(Inherited from OnlineTextBoxBase.)
Public methodOnlineGetCharIndexFromPosition
Retrieves the index of the character nearest to the specified location.
(Inherited from OnlineRichTextBox.)
Public methodOnlineGetChildAtPoint(Point)
Retrieves the child control that is located at the specified coordinates.
(Inherited from OnlineControl.)
Public methodOnlineGetChildAtPoint(Point, GetChildAtPointSkip)
Retrieves the child control that is located at the specified coordinates, specifying whether to ignore child controls of a certain type.
(Inherited from OnlineControl.)
Public methodOnlineGetContainerControl
Returns the next OnlineContainerControl up the control's chain of parent controls.
(Inherited from OnlineControl.)
Public methodOnlineGetFirstCharIndexFromLine
Retrieves the index of the first character of a given line.
(Inherited from OnlineTextBoxBase.)
Public methodOnlineGetFirstCharIndexOfCurrentLine
Retrieves the index of the first character of the current line.
(Inherited from OnlineTextBoxBase.)
Public methodOnlineGetHashCode
Serves as a hash function for a particular type.
(Inherited from OnlineObject.)
Public methodOnlineGetLifetimeService
Retrieves the current lifetime service object that controls the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Public methodOnlineGetLineFromCharIndex
Retrieves the line number from the specified character position within the text of the OnlineRichTextBox control.
(Inherited from OnlineRichTextBox.)
Public methodOnlineGetNextControl
Retrieves the next control forward or back in the tab order of child controls.
(Inherited from OnlineControl.)
Public methodOnlineGetPositionFromCharIndex
Retrieves the location within the control at the specified character index.
(Inherited from OnlineRichTextBox.)
Public methodOnlineGetPreferredSize
Retrieves the size of a rectangular area into which a control can be fitted.
(Inherited from OnlineControl.)
Protected methodOnlineGetScaledBounds
Retrieves the bounds within which the control is scaled.
(Inherited from OnlineControl.)
Protected methodOnlineGetService
Returns an object that represents a service provided by the OnlineComponent or by its OnlineContainer.
(Inherited from OnlineComponent.)
Protected methodOnlineGetStyle
Retrieves the value of the specified control style bit for the control.
(Inherited from OnlineControl.)
Protected methodOnlineGetTopLevel
Determines if the control is a top-level control.
(Inherited from OnlineControl.)
Public methodOnlineGetType
Gets the OnlineType of the current instance.
(Inherited from OnlineObject.)
Public methodOnlineHide
Conceals the control from the user.
(Inherited from OnlineControl.)
Public methodHighlight (Inherited from SyntaxHighlightingTextBox.)
Public methodOnlineInitializeLifetimeService
Obtains a lifetime service object to control the lifetime policy for this instance.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineInitLayout
Called after the control has been added to another container.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate 
Invalidates the entire surface of the control and causes the control to be redrawn.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate(Region)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate(Boolean)
Invalidates a specific region of the control and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate(Rectangle)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate(Region, Boolean)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from OnlineControl.)
Public methodOnlineInvalidate(Rectangle, Boolean)
Invalidates the specified region of the control (adds it to the control's update region, which is the area that will be repainted at the next paint operation), and causes a paint message to be sent to the control. Optionally, invalidates the child controls assigned to the control.
(Inherited from OnlineControl.)
Public methodOnlineInvoke(Delegate)
Executes the specified delegate on the thread that owns the control's underlying window handle.
(Inherited from OnlineControl.)
Public methodOnlineInvoke(Delegate,  Object )
Executes the specified delegate, on the thread that owns the control's underlying window handle, with the specified list of arguments.
(Inherited from OnlineControl.)
Protected methodOnlineInvokeGotFocus
Raises the OnlineGotFocus event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokeLostFocus
Raises the OnlineLostFocus event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokeOnClick
Raises the OnlineClick event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokePaint
Raises the OnlinePaint event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineInvokePaintBackground
Raises the PaintBackground event for the specified control.
(Inherited from OnlineControl.)
Protected methodOnlineIsInputChar
Determines if a character is an input character that the control recognizes.
(Inherited from OnlineControl.)
Protected methodOnlineIsInputKey
Determines whether the specified key is an input key or a special key that requires preprocessing.
(Inherited from OnlineTextBoxBase.)
Public methodOnlineLoadFile(String)
Loads a rich text format (RTF) or standard ASCII text file into the OnlineRichTextBox control.
(Inherited from OnlineRichTextBox.)
Public methodOnlineLoadFile(String, RichTextBoxStreamType)
Loads a specific type of file into the OnlineRichTextBox control.
(Inherited from OnlineRichTextBox.)
Public methodOnlineLoadFile(Stream, RichTextBoxStreamType)
Loads the contents of an existing data stream into the OnlineRichTextBox control.
(Inherited from OnlineRichTextBox.)
Public methodMakeComment
Converts the specified string into an end-of-line comment in the current context. If, for example, the context is SQL, the string has "-- " appended to the front.
Protected methodOnlineMemberwiseClone 
Creates a shallow copy of the current OnlineObject.
(Inherited from OnlineObject.)
Protected methodOnlineMemberwiseClone(Boolean)
Creates a shallow copy of the current OnlineMarshalByRefObject object.
(Inherited from OnlineMarshalByRefObject.)
Protected methodOnlineNotifyInvalidate
Raises the OnlineInvalidated event with a specified region of the control to invalidate.
(Inherited from OnlineControl.)
Protected methodOnlineOnAcceptsTabChanged
Raises the OnlineAcceptsTabChanged event.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnAutoSizeChanged
Raises the OnlineAutoSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBackColorChanged (Inherited from OnlineRichTextBox.)
Protected methodOnlineOnBackgroundImageChanged
Raises the OnlineBackgroundImageChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBackgroundImageLayoutChanged
Raises the OnlineBackgroundImageLayoutChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBindingContextChanged
Raises the OnlineBindingContextChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnBorderStyleChanged
Raises the OnlineBorderStyleChanged event.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnCausesValidationChanged
Raises the OnlineCausesValidationChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnChangeUICues
Raises the OnlineChangeUICues event.
(Inherited from OnlineControl.)
Protected methodOnlineOnClick
Raises the OnlineClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnClientSizeChanged
Raises the OnlineClientSizeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnContentsResized
Raises the OnlineContentsResized event.
(Inherited from OnlineRichTextBox.)
Protected methodOnlineOnContextMenuChanged (Inherited from OnlineRichTextBox.)
Protected methodOnlineOnContextMenuStripChanged
Raises the OnlineContextMenuStripChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnControlAdded
Raises the OnlineControlAdded event.
(Inherited from OnlineControl.)
Protected methodOnlineOnControlRemoved
Raises the OnlineControlRemoved event.
(Inherited from OnlineControl.)
Protected methodOnlineOnCreateControl (Inherited from OnlineControl.)
Protected methodOnlineOnCursorChanged
Raises the OnlineCursorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDockChanged
Raises the OnlineDockChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDoubleClick
Raises the OnlineDoubleClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragDrop
Raises the OnlineDragDrop event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragEnter
Raises the OnlineDragEnter event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragLeave
Raises the OnlineDragLeave event.
(Inherited from OnlineControl.)
Protected methodOnlineOnDragOver
Raises the OnlineDragOver event.
(Inherited from OnlineControl.)
Protected methodOnlineOnEnabledChanged
Raises the OnlineEnabledChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnEnter
Raises the OnlineEnter event.
(Inherited from OnlineControl.)
Protected methodOnFontChanged
Raises the OnlineFontChanged event.
(Overrides OnlineTextBoxBase OnFontChanged(EventArgs).)
Protected methodOnlineOnForeColorChanged
Raises the OnlineForeColorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnGiveFeedback
Raises the OnlineGiveFeedback event.
(Inherited from OnlineControl.)
Protected methodOnlineOnGotFocus
Raises the OnlineGotFocus event.
(Inherited from OnlineControl.)
Protected methodOnlineOnHandleCreated (Inherited from OnlineRichTextBox.)
Protected methodOnlineOnHandleDestroyed (Inherited from OnlineRichTextBox.)
Protected methodOnlineOnHelpRequested
Raises the OnlineHelpRequested event.
(Inherited from OnlineControl.)
Protected methodOnlineOnHideSelectionChanged
Raise the OnlineHideSelectionChanged event.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnHScroll
Raises the OnlineHScroll event.
(Inherited from OnlineRichTextBox.)
Protected methodOnlineOnImeChange
Raises the OnlineImeChange event.
(Inherited from OnlineRichTextBox.)
Protected methodOnlineOnImeModeChanged
Raises the OnlineImeModeChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnInvalidated
Raises the OnlineInvalidated event.
(Inherited from OnlineControl.)
Protected methodOnKeyDown
Handles OnlineKeyDown events for keys specific to the ChameleonRichTextBox control.
(Overrides OnlineControl OnKeyDown(KeyEventArgs).)
Protected methodOnlineOnKeyPress
Raises the OnlineKeyPress event.
(Inherited from OnlineControl.)
Protected methodOnlineOnKeyUp
Raises the OnlineKeyUp event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLayout
Raises the OnlineLayout event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLeave
Raises the OnlineLeave event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLinkClicked
Raises the OnlineLinkClicked event.
(Inherited from OnlineRichTextBox.)
Protected methodOnlineOnLocationChanged
Raises the OnlineLocationChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnLostFocus
Raises the OnlineLostFocus event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMarginChanged
Raises the OnlineMarginChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnModifiedChanged
Raises the OnlineModifiedChanged event.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnMouseCaptureChanged
Raises the OnlineMouseCaptureChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseClick
Raises the OnlineMouseClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseDoubleClick
Raises the OnlineMouseDoubleClick event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseDown
Raises the OnlineMouseDown event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseEnter
Raises the OnlineMouseEnter event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseHover
Raises the OnlineMouseHover event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseLeave
Raises the OnlineMouseLeave event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseMove
Raises the OnlineMouseMove event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMouseUp (Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnMouseWheel
Raises the OnlineMouseWheel event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMove
Raises the OnlineMove event.
(Inherited from OnlineControl.)
Protected methodOnlineOnMultilineChanged
Raises the OnlineMultilineChanged event.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnNotifyMessage
Notifies the control of Windows messages.
(Inherited from OnlineControl.)
Protected methodOnlineOnPaddingChanged
This method is not relevant for this class.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnPaint
Raises the OnlinePaint event.
(Inherited from OnlineControl.)
Protected methodOnlineOnPaintBackground
Paints the background of the control.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentBackColorChanged
Raises the OnlineBackColorChanged event when the OnlineBackColor property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentBackgroundImageChanged
Raises the OnlineBackgroundImageChanged event when the OnlineBackgroundImage property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentBindingContextChanged
Raises the OnlineBindingContextChanged event when the OnlineBindingContext property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentChanged
Raises the OnlineParentChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentCursorChanged
Raises the OnlineCursorChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentEnabledChanged
Raises the OnlineEnabledChanged event when the OnlineEnabled property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentFontChanged
Raises the OnlineFontChanged event when the OnlineFont property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentForeColorChanged
Raises the OnlineForeColorChanged event when the OnlineForeColor property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentRightToLeftChanged
Raises the OnlineRightToLeftChanged event when the OnlineRightToLeft property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnParentVisibleChanged
Raises the OnlineVisibleChanged event when the OnlineVisible property value of the control's container changes.
(Inherited from OnlineControl.)
Protected methodOnlineOnPreviewKeyDown
Raises the OnlinePreviewKeyDown event.
(Inherited from OnlineControl.)
Protected methodOnlineOnPrint
Raises the OnlinePaint event.
(Inherited from OnlineControl.)
Protected methodOnlineOnProtected
Raises the OnlineProtected event.
(Inherited from OnlineRichTextBox.)
Protected methodOnlineOnQueryContinueDrag
Raises the OnlineQueryContinueDrag event.
(Inherited from OnlineControl.)
Protected methodOnlineOnReadOnlyChanged
Raises the OnlineReadOnlyChanged event.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnRegionChanged
Raises the OnlineRegionChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnResize
Raises the OnlineResize event.
(Inherited from OnlineControl.)
Protected methodOnlineOnRightToLeftChanged (Inherited from OnlineRichTextBox.)
Protected methodOnlineOnSelectionChanged
Raises the OnlineSelectionChanged event.
(Inherited from OnlineRichTextBox.)
Protected methodOnSizeChanged
Raises the OnlineSizeChanged event.
(Overrides OnlineControl OnSizeChanged(EventArgs).)
Protected methodOnlineOnStyleChanged
Raises the OnlineStyleChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnSystemColorsChanged
Raises the OnlineSystemColorsChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTabIndexChanged
Raises the OnlineTabIndexChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTabStopChanged
Raises the OnlineTabStopChanged event.
(Inherited from OnlineControl.)
Protected methodOnlineOnTextChanged (Inherited from OnlineTextBoxBase.)
Protected methodOnlineOnValidated
Raises the OnlineValidated event.
(Inherited from OnlineControl.)
Protected methodOnlineOnValidating
Raises the OnlineValidating event.
(Inherited from OnlineControl.)
Protected methodOnlineOnVisibleChanged
Raises the OnlineVisibleChanged event.
(Inherited from OnlineControl.)
Protected methodOnVScroll (Inherited from SyntaxHighlightingTextBox.)
Public methodOnlinePaste 
Replaces the current selection in the text box with the contents of the Clipboard.
(Inherited from OnlineTextBoxBase.)
Public methodOnlinePaste(DataFormats Format)
Pastes the contents of the Clipboard in the specified Clipboard format.
(Inherited from OnlineRichTextBox.)
Public methodOnlinePerformLayout 
Forces the control to apply layout logic to all its child controls.
(Inherited from OnlineControl.)
Public methodOnlinePerformLayout(Control, String)
Forces the control to apply layout logic to all its child controls.
(Inherited from OnlineControl.)
Public methodOnlinePointToClient
Computes the location of the specified screen point into client coordinates.
(Inherited from OnlineControl.)
Public methodOnlinePointToScreen
Computes the location of the specified client point into screen coordinates.
(Inherited from OnlineControl.)
Public methodOnlinePreProcessControlMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from OnlineControl.)
Public methodOnlinePreProcessMessage
Preprocesses keyboard or input messages within the message loop before they are dispatched.
(Inherited from OnlineControl.)
Protected methodProcessCmdKey (Inherited from SyntaxHighlightingTextBox.)
Protected methodOnlineProcessDialogChar
Processes a dialog character.
(Inherited from OnlineControl.)
Protected methodOnlineProcessDialogKey (Inherited from OnlineTextBoxBase.)
Protected methodOnlineProcessKeyEventArgs
Processes a key message and generates the appropriate control events.
(Inherited from OnlineControl.)
Protected methodOnlineProcessKeyMessage
Processes a keyboard message.
(Inherited from OnlineControl.)
Protected methodOnlineProcessKeyPreview
Previews a keyboard message.
(Inherited from OnlineControl.)
Protected methodOnlineProcessMnemonic
Processes a mnemonic character.
(Inherited from OnlineControl.)
Protected methodOnlineRaiseDragEvent
Raises the appropriate drag event.
(Inherited from OnlineControl.)
Protected methodOnlineRaiseKeyEvent
Raises the appropriate key event.
(Inherited from OnlineControl.)
Protected methodOnlineRaiseMouseEvent
Raises the appropriate mouse event.
(Inherited from OnlineControl.)
Protected methodOnlineRaisePaintEvent
Raises the appropriate paint event.
(Inherited from OnlineControl.)
Protected methodOnlineRecreateHandle
Forces the re-creation of the handle for the control.
(Inherited from OnlineControl.)
Public methodOnlineRectangleToClient
Computes the size and location of the specified screen rectangle in client coordinates.
(Inherited from OnlineControl.)
Public methodOnlineRectangleToScreen
Computes the size and location of the specified client rectangle in screen coordinates.
(Inherited from OnlineControl.)
Public methodRedo (Inherited from SyntaxHighlightingTextBox.)
Public methodOnlineRefresh
Forces the control to invalidate its client area and immediately redraw itself and any child controls.
(Inherited from OnlineControl.)
Public methodOnlineResetBackColor
Resets the OnlineBackColor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetBindings
Causes a control bound to the OnlineBindingSource to reread all the items in the list and refresh their displayed values.
(Inherited from OnlineControl.)
Public methodOnlineResetCursor
Resets the OnlineCursor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetFont
Resets the OnlineFont property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetForeColor
Resets the OnlineForeColor property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetImeMode
Resets the OnlineImeMode property to its default value.
(Inherited from OnlineControl.)
Protected methodOnlineResetMouseEventArgs
Resets the control to handle the OnlineMouseLeave event.
(Inherited from OnlineControl.)
Public methodResetResources
Resets file resources before first use.
Public methodOnlineResetRightToLeft
Resets the OnlineRightToLeft property to its default value.
(Inherited from OnlineControl.)
Public methodOnlineResetText
Resets the OnlineText property to its default value.
(Inherited from OnlineControl.)
Public methodResetUndoStack (Inherited from SyntaxHighlightingTextBox.)
Public methodOnlineResumeLayout 
Resumes usual layout logic.
(Inherited from OnlineControl.)
Public methodOnlineResumeLayout(Boolean)
Resumes usual layout logic, optionally forcing an immediate layout of pending layout requests.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(HorizontalAlignment)
Converts the specified OnlineHorizontalAlignment to the appropriate OnlineHorizontalAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(LeftRightAlignment)
Converts the specified OnlineLeftRightAlignment to the appropriate OnlineLeftRightAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateAlignment(ContentAlignment)
Converts the specified OnlineContentAlignment to the appropriate OnlineContentAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateContent
Converts the specified OnlineContentAlignment to the appropriate OnlineContentAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateHorizontal
Converts the specified OnlineHorizontalAlignment to the appropriate OnlineHorizontalAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Protected methodOnlineRtlTranslateLeftRight
Converts the specified OnlineLeftRightAlignment to the appropriate OnlineLeftRightAlignment to support right-to-left text.
(Inherited from OnlineControl.)
Public methodOnlineSaveFile(String)
Saves the contents of the OnlineRichTextBox to a rich text format (RTF) file.
(Inherited from OnlineRichTextBox.)
Public methodOnlineSaveFile(String, RichTextBoxStreamType)
Saves the contents of the OnlineRichTextBox to a specific type of file.
(Inherited from OnlineRichTextBox.)
Public methodOnlineSaveFile(Stream, RichTextBoxStreamType)
Saves the contents of a OnlineRichTextBox control to an open data stream.
(Inherited from OnlineRichTextBox.)
Public methodOnlineScale(Single)Obsolete.
Scales the control and any child controls.
(Inherited from OnlineControl.)
Public methodOnlineScale(SizeF)
Scales the control and all child controls by the specified scaling factor.
(Inherited from OnlineControl.)
Public methodOnlineScale(Single, Single)Obsolete.
Scales the entire control and any child controls.
(Inherited from OnlineControl.)
Protected methodOnlineScaleControl
Scales a control's location, size, padding and margin.
(Inherited from OnlineControl.)
Protected methodOnlineScaleCore
This method is not relevant for this class.
(Inherited from OnlineControl.)
Public methodOnlineScrollToCaret
Scrolls the contents of the control to the current caret position.
(Inherited from OnlineTextBoxBase.)
Public methodScrollToEnd
Moves current position to end of the buffer.
Protected methodSearchableRichTextBox_KeyDown (Inherited from SearchableRichTextBox.)
Public methodOnlineSelect 
Activates the control.
(Inherited from OnlineControl.)
Public methodOnlineSelect(Int32, Int32)
Selects a range of text in the text box.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineSelect(Boolean, Boolean)
Activates a child control. Optionally specifies the direction in the tab order to select the control from.
(Inherited from OnlineControl.)
Public methodOnlineSelectAll
Selects all text in the text box.
(Inherited from OnlineTextBoxBase.)
Public methodOnlineSelectNextControl
Activates the next control.
(Inherited from OnlineControl.)
Public methodOnlineSendToBack
Sends the control to the back of the z-order.
(Inherited from OnlineControl.)
Protected methodOnlineSetAutoSizeMode
Sets a value indicating how a control will behave when its OnlineAutoSize property is enabled.
(Inherited from OnlineControl.)
Public methodOnlineSetBounds(Int32, Int32, Int32, Int32)
Sets the bounds of the control to the specified location and size.
(Inherited from OnlineControl.)
Public methodOnlineSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified)
Sets the specified bounds of the control to the specified location and size.
(Inherited from OnlineControl.)
Protected methodOnlineSetBoundsCore
Sets the specified bounds of the OnlineTextBoxBase control.
(Inherited from OnlineTextBoxBase.)
Protected methodOnlineSetClientSizeCore
Sets the size of the client area of the control.
(Inherited from OnlineControl.)
Protected methodOnlineSetStyle
Sets a specified OnlineControlStyles flag to either true or false.
(Inherited from OnlineControl.)
Protected methodOnlineSetTopLevel
Sets the control as the top-level control.
(Inherited from OnlineControl.)
Protected methodOnlineSetVisibleCore
Sets the control to the specified visible state.
(Inherited from OnlineControl.)
Public methodShiftLeft
Shifts the selection to the left by removing whitespace from the beginning of each line in the current selection.
Public methodShiftRight
Shifts the selection to the right by adding whitespace to the beginning of each line in the current selection.
Public methodOnlineShow
Displays the control to the user.
(Inherited from OnlineControl.)
Public methodShowAutoComplete (Inherited from SyntaxHighlightingTextBox.)
Public methodShowReplaceDialog (Inherited from SearchableRichTextBox.)
Public methodShowSearchDialog (Inherited from SearchableRichTextBox.)
Public methodShowUserCommands
Displays a quick reference list of user commands.
Protected methodOnlineSizeFromClientSize
Determines the size of the entire control from the height and width of its client area.
(Inherited from OnlineControl.)
Public methodOnlineSuspendLayout
Temporarily suspends the layout logic for the control.
(Inherited from OnlineControl.)
Public methodOnlineToString
Returns a string that represents the OnlineTextBoxBase control.
(Inherited from OnlineTextBoxBase.)
Public methodUncommentSelection
Uncomments the selection.
Public methodUndo (Inherited from SyntaxHighlightingTextBox.)
Public methodUnHighlight (Inherited from SyntaxHighlightingTextBox.)
Public methodOnlineUpdate
Causes the control to redraw the invalidated regions within its client area.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds 
Updates the bounds of the control with the current size and location.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds(Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size and location.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32)
Updates the bounds of the control with the specified size, location, and client size.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateStyles
Forces the assigned styles to be reapplied to the control.
(Inherited from OnlineControl.)
Protected methodOnlineUpdateZOrder
Updates the control in its parent's z-order.
(Inherited from OnlineControl.)
Protected methodOnlineWndProc (Inherited from OnlineRichTextBox.)
Back to Top
See Also