IronyFCTB Methods

T3000 CrossPlatform

IronyFCTB Methods

[This is preliminary documentation and is subject to change.]

The IronyFCTB type exposes the following members.

Methods
  NameDescription
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32) (Inherited from Control.)
Protected methodAccessibilityNotifyClients(AccessibleEvents, Int32, Int32) (Inherited from Control.)
Public methodAddHint(Range, String)
Add and shows simple text hint
(Inherited from FastColoredTextBox.)
Public methodAddHint(Range, Control)
Add and shows the hint
(Inherited from FastColoredTextBox.)
Public methodAddHint(Range, String, Boolean, Boolean, Boolean)
Add and shows simple text hint
(Inherited from FastColoredTextBox.)
Public methodAddHint(Range, Control, Boolean, Boolean, Boolean)
Add and shows the hint
(Inherited from FastColoredTextBox.)
Public methodAddStyle
Add new style
(Inherited from FastColoredTextBox.)
Public methodAddVisualMarker (Inherited from FastColoredTextBox.)
Public methodAdjustFolding
Collapse folding blocks using FoldedBlocks dictionary.
(Inherited from FastColoredTextBox.)
Protected methodAdjustFormScrollbars (Inherited from ContainerControl.)
Public methodAppendText(String)
Append string to end of the Text
(Inherited from FastColoredTextBox.)
Public methodAppendText(String, Style)
Append string to end of the Text
(Inherited from FastColoredTextBox.)
Public methodBeginAutoUndo
Begins AutoUndo block. All changes of text between BeginAutoUndo() and EndAutoUndo() will be canceled in one operation Undo.
(Inherited from FastColoredTextBox.)
Public methodBeginInvoke(Delegate) (Inherited from Control.)
Public methodBeginInvoke(Delegate, Object) (Inherited from Control.)
Public methodBeginUpdate
Call this method before multiple text changing
(Inherited from FastColoredTextBox.)
Public methodBookmarkLine
Bookmarks line
(Inherited from FastColoredTextBox.)
Public methodBringToFront (Inherited from Control.)
Public methodCalcAutoIndent
Returns needed start space count for the line
(Inherited from FastColoredTextBox.)
Public methodChangeFontSize (Inherited from FastColoredTextBox.)
Protected methodCheckAndChangeSelectionType (Inherited from FastColoredTextBox.)
Public methodCheckStylesBufferSize
Checks if the styles buffer has enough space to add one more element. If not, an exception is thrown. Otherwise, the index of a free slot is returned.
(Inherited from FastColoredTextBox.)
Public methodClear
Clear text, styles, history, caches
(Inherited from FastColoredTextBox.)
Public methodClearCurrentLine
Deletes current line(s)
(Inherited from FastColoredTextBox.)
Public methodClearHints
Removes all hints
(Inherited from FastColoredTextBox.)
Public methodClearSelected
Deletes selected chars
(Inherited from FastColoredTextBox.)
Public methodClearStyle
Clear style of all text
(Inherited from FastColoredTextBox.)
Public methodClearStylesBuffer
Clear buffer of styles
(Inherited from FastColoredTextBox.)
Public methodClearUndo
Clears undo and redo stacks
(Inherited from FastColoredTextBox.)
Public methodCloseBindingFile
Close file binding mode
(Inherited from FastColoredTextBox.)
Public methodCollapseAllFoldingBlocks
Collapses all folding blocks
(Inherited from FastColoredTextBox.)
Public methodCollapseBlock
Collapse text block
(Inherited from FastColoredTextBox.)
Public methodCollapseFoldingBlock
Collapses folding block
(Inherited from FastColoredTextBox.)
Public methodCommentSelected
Insert/remove comment prefix into selected lines
(Inherited from FastColoredTextBox.)
Public methodCommentSelected(String)
Insert/remove comment prefix into selected lines
(Inherited from FastColoredTextBox.)
Public methodContains (Inherited from Control.)
Public methodCopy
Copy selected text into Clipboard
(Inherited from FastColoredTextBox.)
Protected methodCreateAccessibilityInstance (Inherited from Control.)
Public methodCreateControl (Inherited from Control.)
Protected methodCreateControlsInstance (Inherited from Control.)
Public methodCreateGraphics (Inherited from Control.)
Protected methodCreateHandle (Inherited from Control.)
Public methodCreateObjRef (Inherited from MarshalByRefObject.)
Protected methodCreateTextSource (Inherited from FastColoredTextBox.)
Public methodCut
Cut selected text into Clipboard
(Inherited from FastColoredTextBox.)
Public methodDecreaseIndent
Remove TAB from front of seletcted lines.
(Inherited from FastColoredTextBox.)
Protected methodDecreaseIndentOfSingleLine
Remove TAB in front of the caret ot the selected line.
(Inherited from FastColoredTextBox.)
Protected methodDefWndProc (Inherited from Control.)
Protected methodDestroyHandle (Inherited from Control.)
Public methodDispose (Inherited from Component.)
Protected methodDispose(Boolean) (Inherited from FastColoredTextBox.)
Public methodDoAutoIndent
Insert autoindents into selected lines
(Inherited from FastColoredTextBox.)
Public methodDoAutoIndent(Int32)
Inserts autoindent's spaces in the line
(Inherited from FastColoredTextBox.)
Public methodDoAutoIndentChars(Int32)
Do AutoIndentChars
(Inherited from FastColoredTextBox.)
Protected methodDoAutoIndentChars(Int32, Regex) (Inherited from FastColoredTextBox.)
Public methodDoAutoIndentIfNeed (Inherited from FastColoredTextBox.)
Public methodDoCaretVisible
Scroll control for display caret
(Inherited from FastColoredTextBox.)
Public methodDoDragDrop(Object, DragDropEffects) (Inherited from Control.)
Protected methodDoDragDrop(Place, String) (Inherited from FastColoredTextBox.)
Protected methodDoHighlighting
Public methodDoRangeVisible(Range)
Scroll control for display given range
(Inherited from FastColoredTextBox.)
Public methodDoRangeVisible(Range, Boolean)
Scroll control for display given range
(Inherited from FastColoredTextBox.)
Public methodDoSelectionVisible
Scroll control for display selection area
(Inherited from FastColoredTextBox.)
Protected methodDrawFoldingLines (Inherited from FastColoredTextBox.)
Public methodDrawText
Draws text to given Graphics
(Inherited from FastColoredTextBox.)
Public methodDrawToBitmap (Inherited from Control.)
Public methodEndAutoUndo
Ends AutoUndo block. All changes of text between BeginAutoUndo() and EndAutoUndo() will be canceled in one operation Undo.
(Inherited from FastColoredTextBox.)
Public methodEndInvoke (Inherited from Control.)
Public methodEndUpdate
Call this method after multiple text changing
(Inherited from FastColoredTextBox.)
Public methodEquals (Inherited from Object.)
Public methodExpandAllFoldingBlocks
Exapnds all folded blocks
(Inherited from FastColoredTextBox.)
Public methodExpandBlock(Int32)
Expand collapsed block
(Inherited from FastColoredTextBox.)
Public methodExpandBlock(Int32, Int32)
Expand collapsed block
(Inherited from FastColoredTextBox.)
Public methodExpandFoldedBlock
Exapnds folded block
(Inherited from FastColoredTextBox.)
Protected methodFinalize (Inherited from Component.)
Protected methodFindChar
Finds given char after current caret position, moves the caret to found pos.
(Inherited from FastColoredTextBox.)
Protected methodFindEndOfFoldingBlock (Inherited from FastColoredTextBox.)
Public methodFindForm (Inherited from Control.)
Public methodFindLines
Search lines by regex pattern
(Inherited from FastColoredTextBox.)
Public methodFocus (Inherited from Control.)
Protected methodGetAccessibilityObjectById (Inherited from Control.)
Protected methodGetAutoSizeMode (Inherited from Control.)
Public methodGetBracketsRange
Returns range between brackets (or null if not found)
(Inherited from FastColoredTextBox.)
Public methodGetChildAtPoint(Point) (Inherited from Control.)
Public methodGetChildAtPoint(Point, GetChildAtPointSkip) (Inherited from Control.)
Public methodGetContainerControl (Inherited from Control.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetLifetimeService (Inherited from MarshalByRefObject.)
Public methodGetLine
Get range of line
(Inherited from FastColoredTextBox.)
Public methodGetLineFoldingEndMarker
End foilding marker for the line
(Inherited from FastColoredTextBox.)
Public methodGetLineFoldingStartMarker
Start foilding marker for the line
(Inherited from FastColoredTextBox.)
Public methodGetLineLength
Gets length of given line
(Inherited from FastColoredTextBox.)
Public methodGetLineText
Get text of given line
(Inherited from FastColoredTextBox.)
Protected methodGetMaxStartSpacesCount (Inherited from FastColoredTextBox.)
Protected methodGetMinStartSpacesCount (Inherited from FastColoredTextBox.)
Public methodGetNextControl (Inherited from Control.)
Public methodGetPreferredSize (Inherited from Control.)
Public methodGetRange(Int32, Int32)
Get range of text
(Inherited from FastColoredTextBox.)
Public methodGetRange(Place, Place)
Get range of text
(Inherited from FastColoredTextBox.)
Public methodGetRanges(String)
Finds ranges for given regex pattern
(Inherited from FastColoredTextBox.)
Public methodGetRanges(String, RegexOptions)
Finds ranges for given regex pattern
(Inherited from FastColoredTextBox.)
Protected methodGetScaledBounds (Inherited from Control.)
Protected methodGetScrollState (Inherited from ScrollableControl.)
Protected methodGetService (Inherited from Component.)
Protected methodGetStyle (Inherited from Control.)
Public methodGetStyleIndex
Returns index of the style in Styles -1 otherwise
(Inherited from FastColoredTextBox.)
Public methodGetStyleIndexMask
Returns StyleIndex mask of given styles
(Inherited from FastColoredTextBox.)
Public methodGetStylesOfChar
Returns list of styles of given place
(Inherited from FastColoredTextBox.)
Public methodGetTokenRange
Protected methodGetTopLevel (Inherited from Control.)
Public methodGetType (Inherited from Object.)
Public methodGetVisibleState
Returns VisibleState of the line
(Inherited from FastColoredTextBox.)
Public methodGoEnd
Move caret to end of text
(Inherited from FastColoredTextBox.)
Public methodGoHome
Move caret to first position
(Inherited from FastColoredTextBox.)
Public methodGotoNextBookmark
Scrolls to nearest bookmark or to first bookmark
(Inherited from FastColoredTextBox.)
Public methodGotoPrevBookmark
Scrolls to nearest previous bookmark or to last bookmark
(Inherited from FastColoredTextBox.)
Public methodHide (Inherited from Control.)
Public methodIncreaseIndent
Insert TAB into front of seletcted lines.
(Inherited from FastColoredTextBox.)
Protected methodInitBraces
Public methodInitializeLifetimeService (Inherited from MarshalByRefObject.)
Protected methodInitLayout (Inherited from Control.)
Protected methodInitTextSource (Inherited from FastColoredTextBox.)
Protected methodInsertChar (Inherited from FastColoredTextBox.)
Public methodInsertLinePrefix
Insert prefix into front of seletcted lines
(Inherited from FastColoredTextBox.)
Public methodInsertText(String)
Insert text into current selected position
(Inherited from FastColoredTextBox.)
Public methodInsertText(String, Style)
Insert text into current selection position (with predefined style)
(Inherited from FastColoredTextBox.)
Public methodInsertText(String, Boolean)
Insert text into current selected position
(Inherited from FastColoredTextBox.)
Public methodInsertText(String, Style, Boolean)
Insert text into current selection position (with predefined style)
(Inherited from FastColoredTextBox.)
Public methodInsertTextAndRestoreSelection
Insert text into replaceRange and restore previous selection
(Inherited from FastColoredTextBox.)
Public methodInvalidate
Invalidates the entire surface of the control and causes the control to be redrawn. This method is thread safe and does not require Invoke.
(Inherited from FastColoredTextBox.)
Public methodInvalidate(Region) (Inherited from Control.)
Public methodInvalidate(Boolean) (Inherited from Control.)
Public methodInvalidate(Rectangle) (Inherited from Control.)
Public methodInvalidate(Region, Boolean) (Inherited from Control.)
Public methodInvalidate(Rectangle, Boolean) (Inherited from Control.)
Public methodInvoke(Delegate) (Inherited from Control.)
Public methodInvoke(Delegate, Object) (Inherited from Control.)
Protected methodInvokeGotFocus (Inherited from Control.)
Protected methodInvokeLostFocus (Inherited from Control.)
Protected methodInvokeOnClick (Inherited from Control.)
Protected methodInvokePaint (Inherited from Control.)
Protected methodInvokePaintBackground (Inherited from Control.)
Protected methodIsInputChar (Inherited from Control.)
Protected methodIsInputKey (Inherited from FastColoredTextBox.)
Public methodLowerCase
Convert selected text to lower case
(Inherited from FastColoredTextBox.)
Protected methodMemberwiseClone (Inherited from Object.)
Protected methodMemberwiseClone(Boolean) (Inherited from MarshalByRefObject.)
Public methodMoveSelectedLinesDown
Moves selected lines down
(Inherited from FastColoredTextBox.)
Public methodMoveSelectedLinesUp
Moves selected lines up
(Inherited from FastColoredTextBox.)
Public methodNavigate
Navigates to defined line, without Line.LastVisit reseting
(Inherited from FastColoredTextBox.)
Public methodNavigateBackward
Navigates backward (by Line.LastVisit property)
(Inherited from FastColoredTextBox.)
Public methodNavigateForward
Navigates forward (by Line.LastVisit property)
(Inherited from FastColoredTextBox.)
Public methodNeedRecalc
Call this method if the recalc of the position of lines is needed.
(Inherited from FastColoredTextBox.)
Public methodNeedRecalc(Boolean)
Call this method if the recalc of the position of lines is needed.
(Inherited from FastColoredTextBox.)
Public methodNeedRecalc(Boolean, Boolean)
Call this method if the recalc of the position of lines is needed.
(Inherited from FastColoredTextBox.)
Protected methodNotifyInvalidate (Inherited from Control.)
Protected methodOnAutoSizeChanged (Inherited from Control.)
Protected methodOnAutoValidateChanged (Inherited from ContainerControl.)
Protected methodOnBackColorChanged (Inherited from Control.)
Protected methodOnBackgroundImageChanged (Inherited from Control.)
Protected methodOnBackgroundImageLayoutChanged (Inherited from Control.)
Protected methodOnBindingContextChanged (Inherited from Control.)
Protected methodOnCausesValidationChanged (Inherited from Control.)
Protected methodOnChangeUICues (Inherited from Control.)
Protected methodOnCharSizeChanged (Inherited from FastColoredTextBox.)
Protected methodOnClick (Inherited from Control.)
Protected methodOnClientSizeChanged (Inherited from FastColoredTextBox.)
Protected methodOnContextMenuChanged (Inherited from Control.)
Protected methodOnContextMenuStripChanged (Inherited from Control.)
Protected methodOnControlAdded (Inherited from Control.)
Protected methodOnControlRemoved (Inherited from Control.)
Protected methodOnCreateClipboardData (Inherited from FastColoredTextBox.)
Protected methodOnCreateControl (Inherited from UserControl.)
Protected methodOnCursorChanged (Inherited from Control.)
Protected methodOnCustomAction (Inherited from FastColoredTextBox.)
Protected methodOnDockChanged (Inherited from Control.)
Protected methodOnDoubleClick (Inherited from Control.)
Protected methodOnDragDrop (Inherited from FastColoredTextBox.)
Protected methodOnDragEnter (Inherited from FastColoredTextBox.)
Protected methodOnDragLeave (Inherited from FastColoredTextBox.)
Protected methodOnDragOver (Inherited from FastColoredTextBox.)
Protected methodOnEnabledChanged (Inherited from Control.)
Protected methodOnEnter (Inherited from FastColoredTextBox.)
Protected methodOnFoldingHighlightChanged (Inherited from FastColoredTextBox.)
Protected methodOnFontChanged (Inherited from ContainerControl.)
Protected methodOnForeColorChanged (Inherited from Control.)
Protected methodOnGiveFeedback (Inherited from Control.)
Protected methodOnGotFocus (Inherited from FastColoredTextBox.)
Protected methodOnHandleCreated (Inherited from FastColoredTextBox.)
Protected methodOnHandleDestroyed (Inherited from Control.)
Protected methodOnHelpRequested (Inherited from Control.)
Public methodOnHintClick
Occurs when user click on the hint
(Inherited from FastColoredTextBox.)
Protected methodOnImeModeChanged (Inherited from Control.)
Protected methodOnInvalidated (Inherited from Control.)
Protected methodOnKeyDown (Inherited from FastColoredTextBox.)
Protected methodOnKeyPress (Inherited from Control.)
Public methodOnKeyPressed (Inherited from FastColoredTextBox.)
Public methodOnKeyPressing (Inherited from FastColoredTextBox.)
Protected methodOnKeyUp (Inherited from FastColoredTextBox.)
Protected methodOnLayout (Inherited from ContainerControl.)
Protected methodOnLeave (Inherited from Control.)
Protected methodOnLoad (Inherited from FastColoredTextBox.)
Protected methodOnLocationChanged (Inherited from Control.)
Protected methodOnLostFocus (Inherited from FastColoredTextBox.)
Protected methodOnMarginChanged (Inherited from Control.)
Protected methodOnMarkerClick (Inherited from FastColoredTextBox.)
Protected methodOnMarkerDoubleClick (Inherited from FastColoredTextBox.)
Protected methodOnMouseCaptureChanged (Inherited from Control.)
Protected methodOnMouseClick (Inherited from Control.)
Protected methodOnMouseDoubleClick (Inherited from FastColoredTextBox.)
Protected methodOnMouseDown (Inherited from FastColoredTextBox.)
Protected methodOnMouseEnter (Inherited from Control.)
Protected methodOnMouseHover (Inherited from Control.)
Protected methodOnMouseLeave (Inherited from FastColoredTextBox.)
Protected methodOnMouseMove (Inherited from FastColoredTextBox.)
Protected methodOnMouseUp (Inherited from FastColoredTextBox.)
Protected methodOnMouseWheel (Inherited from FastColoredTextBox.)
Protected methodOnMove (Inherited from Control.)
Protected methodOnNotifyMessage (Inherited from Control.)
Protected methodOnPaddingChanged (Inherited from ScrollableControl.)
Protected methodOnPaint
Draw control
(Inherited from FastColoredTextBox.)
Protected methodOnPaintBackground (Inherited from FastColoredTextBox.)
Protected methodOnPaintLine (Inherited from FastColoredTextBox.)
Protected methodOnParentBackColorChanged (Inherited from Control.)
Protected methodOnParentBackgroundImageChanged (Inherited from Control.)
Protected methodOnParentBindingContextChanged (Inherited from Control.)
Protected methodOnParentChanged (Inherited from ContainerControl.)
Protected methodOnParentCursorChanged (Inherited from Control.)
Protected methodOnParentEnabledChanged (Inherited from Control.)
Protected methodOnParentFontChanged (Inherited from Control.)
Protected methodOnParentForeColorChanged (Inherited from Control.)
Protected methodOnParentRightToLeftChanged (Inherited from Control.)
Protected methodOnParentVisibleChanged (Inherited from Control.)
Protected methodOnPreviewKeyDown (Inherited from Control.)
Protected methodOnPrint (Inherited from Control.)
Protected methodOnQueryContinueDrag (Inherited from Control.)
Protected methodOnRegionChanged (Inherited from Control.)
Protected methodOnResize (Inherited from UserControl.)
Protected methodOnRightToLeftChanged (Inherited from ScrollableControl.)
Protected methodOnScroll(ScrollEventArgs) (Inherited from FastColoredTextBox.)
Public methodOnScroll(ScrollEventArgs, Boolean) (Inherited from FastColoredTextBox.)
Protected methodOnScrollbarsUpdated (Inherited from FastColoredTextBox.)
Public methodOnSelectionChanged
Fires SelectionChanged event
(Inherited from FastColoredTextBox.)
Public methodOnSelectionChangedDelayed (Inherited from FastColoredTextBox.)
Protected methodOnSizeChanged (Inherited from Control.)
Protected methodOnStyleChanged (Inherited from Control.)
Public methodOnStyleNeeded
Public methodOnSyntaxHighlight (Inherited from FastColoredTextBox.)
Protected methodOnSystemColorsChanged (Inherited from Control.)
Protected methodOnTabIndexChanged (Inherited from Control.)
Protected methodOnTabStopChanged (Inherited from Control.)
Public methodOnTextChanged
Fires TextChanged event
(Inherited from FastColoredTextBox.)
Protected methodOnTextChanged(EventArgs) (Inherited from Control.)
Public methodOnTextChanged(Range)
Fires TextChanged event
(Inherited from FastColoredTextBox.)
Protected methodOnTextChanged(TextChangedEventArgs)
Fires TextChanged event
(Inherited from FastColoredTextBox.)
Public methodOnTextChanged(Int32, Int32)
Fires TextChanged event
(Inherited from FastColoredTextBox.)
Public methodOnTextChangedDelayed (Overrides FastColoredTextBoxOnTextChangedDelayed(Range).)
Public methodOnTextChanging (Inherited from FastColoredTextBox.)
Public methodOnTextChanging(String)
Fires TextChanging event
(Inherited from FastColoredTextBox.)
Protected methodOnToolTip (Inherited from FastColoredTextBox.)
Public methodOnUndoRedoStateChanged
Occurs when undo/redo stack is changed
(Inherited from FastColoredTextBox.)
Protected methodOnValidated (Inherited from Control.)
Protected methodOnValidating (Inherited from Control.)
Protected methodOnVisibleChanged (Inherited from ScrollableControl.)
Public methodOnVisibleRangeChanged
Occurs when VisibleRange is changed
(Inherited from FastColoredTextBox.)
Public methodOnVisibleRangeChangedDelayed (Inherited from FastColoredTextBox.)
Public methodOnVisualMarkerClick (Inherited from FastColoredTextBox.)
Protected methodOnZoomChanged (Inherited from FastColoredTextBox.)
Public methodOpenBindingFile
Open file binding mode
(Inherited from FastColoredTextBox.)
Public methodOpenFile(String)
Open text file (with automatic encoding detector)
(Inherited from FastColoredTextBox.)
Public methodOpenFile(String, Encoding)
Open text file
(Inherited from FastColoredTextBox.)
Public methodPaste
Paste text from clipboard into selected position
(Inherited from FastColoredTextBox.)
Public methodPerformAutoScale (Inherited from ContainerControl.)
Public methodPerformLayout (Inherited from Control.)
Public methodPerformLayout(Control, String) (Inherited from Control.)
Public methodPlaceToPoint
Gets point for given line and char position
(Inherited from FastColoredTextBox.)
Public methodPlaceToPosition
Gets absolute text position from line and char position
(Inherited from FastColoredTextBox.)
Public methodPointToClient (Inherited from Control.)
Public methodPointToPlace
Gets nearest line and char position from coordinates
(Inherited from FastColoredTextBox.)
Public methodPointToPosition
Gets nearest absolute text position for given point
(Inherited from FastColoredTextBox.)
Public methodPointToScreen (Inherited from Control.)
Public methodPositionToPlace
Gets line and char position from absolute text position
(Inherited from FastColoredTextBox.)
Public methodPositionToPoint
Gets absolute char position from char position
(Inherited from FastColoredTextBox.)
Protected methodPrepareHtmlText (Inherited from FastColoredTextBox.)
Public methodPreProcessControlMessage (Inherited from Control.)
Public methodPreProcessMessage (Inherited from Control.)
Public methodPrint
Prints all text, without any dialog windows
(Inherited from FastColoredTextBox.)
Public methodPrint(PrintDialogSettings)
Prints all text
(Inherited from FastColoredTextBox.)
Public methodPrint(Range, PrintDialogSettings)
Prints range of text
(Inherited from FastColoredTextBox.)
Protected methodProcessCmdKey (Inherited from ContainerControl.)
Protected methodProcessDialogChar (Inherited from ContainerControl.)
Protected methodProcessDialogKey (Inherited from FastColoredTextBox.)
Public methodProcessKey(Keys)
Process control keys
(Inherited from FastColoredTextBox.)
Public methodProcessKey(Char, Keys)
Process "real" keys (no control)
(Inherited from FastColoredTextBox.)
Protected methodProcessKeyEventArgs (Inherited from Control.)
Protected methodProcessKeyMessage (Inherited from FastColoredTextBox.)
Protected methodProcessKeyPreview (Inherited from Control.)
Protected methodProcessMnemonic (Inherited from FastColoredTextBox.)
Protected methodProcessTabKey (Inherited from ContainerControl.)
Protected methodRaiseDragEvent (Inherited from Control.)
Protected methodRaiseKeyEvent (Inherited from Control.)
Protected methodRaiseMouseEvent (Inherited from Control.)
Protected methodRaisePaintEvent (Inherited from Control.)
Protected methodRecalcFoldingLines (Inherited from FastColoredTextBox.)
Protected methodRecreateHandle (Inherited from Control.)
Public methodRectangleToClient (Inherited from Control.)
Public methodRectangleToScreen (Inherited from Control.)
Public methodRedo
Redo
(Inherited from FastColoredTextBox.)
Public methodRefresh (Inherited from Control.)
Public methodRemoveLinePrefix
Remove prefix from front of selected lines This method ignores forward spaces of the line
(Inherited from FastColoredTextBox.)
Public methodRemoveLines
Removes given lines
(Inherited from FastColoredTextBox.)
Public methodResetBackColor (Inherited from Control.)
Public methodResetBindings (Inherited from Control.)
Public methodResetCursor (Inherited from Control.)
Public methodResetFont (Inherited from Control.)
Public methodResetForeColor (Inherited from Control.)
Public methodResetImeMode (Inherited from Control.)
Protected methodResetMouseEventArgs (Inherited from Control.)
Public methodResetRightToLeft (Inherited from Control.)
Public methodResetText (Inherited from Control.)
Public methodResumeLayout (Inherited from Control.)
Public methodResumeLayout(Boolean) (Inherited from Control.)
Protected methodRtlTranslateAlignment(HorizontalAlignment) (Inherited from Control.)
Protected methodRtlTranslateAlignment(LeftRightAlignment) (Inherited from Control.)
Protected methodRtlTranslateAlignment(ContentAlignment) (Inherited from Control.)
Protected methodRtlTranslateContent (Inherited from Control.)
Protected methodRtlTranslateHorizontal (Inherited from Control.)
Protected methodRtlTranslateLeftRight (Inherited from Control.)
Public methodSaveToFile
Save text to the file
(Inherited from FastColoredTextBox.)
Public methodScale(Single) Obsolete. (Inherited from Control.)
Public methodScale(SizeF) (Inherited from Control.)
Public methodScale(Single, Single) Obsolete. (Inherited from Control.)
Protected methodScaleControl (Inherited from ScrollableControl.)
Protected methodScaleCore (Inherited from ScrollableControl.)
Public methodScrollControlIntoView (Inherited from ScrollableControl.)
Public methodScrollLeft
Scroll control left
(Inherited from FastColoredTextBox.)
Protected methodScrollToControl (Inherited from ScrollableControl.)
Public methodSelect (Inherited from Control.)
Protected methodSelect(Boolean, Boolean) (Inherited from ContainerControl.)
Public methodSelectAll
Select all chars of text
(Inherited from FastColoredTextBox.)
Public methodSelectNext
Selectes next fragment for given regex.
(Inherited from FastColoredTextBox.)
Public methodSelectNextControl (Inherited from Control.)
Public methodSendToBack (Inherited from Control.)
Public methodSentenceCase
Convert selected text to sentence case
(Inherited from FastColoredTextBox.)
Public methodSetAutoScrollMargin (Inherited from ScrollableControl.)
Protected methodSetAutoSizeMode (Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
Public methodSetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) (Inherited from Control.)
Protected methodSetBoundsCore (Inherited from Control.)
Protected methodSetClientSizeCore (Inherited from Control.)
Protected methodSetClipboard (Inherited from FastColoredTextBox.)
Protected methodSetDisplayRectLocation (Inherited from ScrollableControl.)
Public methodSetParser(Grammar)
Public methodSetParser(LanguageData)
Public methodSetParser(Parser)
Protected methodSetScrollState (Inherited from ScrollableControl.)
Protected methodSetStyle (Inherited from Control.)
Protected methodSetTopLevel (Inherited from Control.)
Protected methodSetVisibleCore (Inherited from Control.)
Public methodSetVisibleState
Set VisibleState of line
(Inherited from FastColoredTextBox.)
Public methodShow (Inherited from Control.)
Public methodShowFindDialog
Shows find dialog
(Inherited from FastColoredTextBox.)
Public methodShowFindDialog(String)
Shows find dialog
(Inherited from FastColoredTextBox.)
Public methodShowGoToDialog
Shows Goto dialog form
(Inherited from FastColoredTextBox.)
Public methodShowReplaceDialog
Shows replace dialog
(Inherited from FastColoredTextBox.)
Public methodShowReplaceDialog(String)
Shows replace dialog
(Inherited from FastColoredTextBox.)
Protected methodSizeFromClientSize (Inherited from Control.)
Public methodSuspendLayout (Inherited from Control.)
Public methodTitleCase
Convert selected text to title case
(Inherited from FastColoredTextBox.)
Public methodToString (Inherited from Component.)
Public methodUnbookmarkLine
Unbookmarks current line
(Inherited from FastColoredTextBox.)
Public methodUndo
Undo last operation
(Inherited from FastColoredTextBox.)
Public methodUpdate (Inherited from Control.)
Protected methodUpdateBounds (Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32) (Inherited from Control.)
Protected methodUpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) (Inherited from Control.)
Protected methodUpdateDefaultButton (Inherited from ContainerControl.)
Public methodUpdateScrollbars
Updates scrollbar position after Value changed
(Inherited from FastColoredTextBox.)
Protected methodUpdateStyles (Inherited from Control.)
Protected methodUpdateZOrder (Inherited from Control.)
Public methodUpperCase
Convert selected text to upper case
(Inherited from FastColoredTextBox.)
Public methodValidate (Inherited from ContainerControl.)
Public methodValidate(Boolean) (Inherited from ContainerControl.)
Public methodValidateChildren (Inherited from UserControl.)
Public methodValidateChildren(ValidationConstraints) (Inherited from UserControl.)
Protected methodWndProc (Inherited from FastColoredTextBox.)
Top
See Also