IronyFCTB Class

T3000 CrossPlatform

IronyFCTB Class

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

[Missing <summary> documentation for "T:FastColoredTextBoxNS.IronyFCTB"]

Inheritance Hierarchy
SystemObject  SystemMarshalByRefObject
    System.ComponentModelComponent
      System.Windows.FormsControl
        System.Windows.FormsScrollableControl
          System.Windows.FormsContainerControl
            System.Windows.FormsUserControl
              FastColoredTextBoxNSFastColoredTextBox
                FastColoredTextBoxNSIronyFCTB

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBoxNS (in FastColoredTextBoxNS.dll) Version: 1.1.0.0 (1.1.0.0)
Syntax
public class IronyFCTB : FastColoredTextBox
Public Class IronyFCTB
	Inherits FastColoredTextBox

Dim instance As IronyFCTB

The IronyFCTB type exposes the following members.

Constructors
  NameDescription
Public methodIronyFCTB
Initializes a new instance of the IronyFCTB class
Top
Properties
  NameDescription
Public propertyAcceptsReturn
Indicates if return characters are accepted as input
(Inherited from FastColoredTextBox.)
Public propertyAcceptsTab
Indicates if tab characters are accepted as input
(Inherited from FastColoredTextBox.)
Public propertyAccessibilityObject (Inherited from Control.)
Public propertyAccessibleDefaultActionDescription (Inherited from Control.)
Public propertyAccessibleDescription (Inherited from Control.)
Public propertyAccessibleName (Inherited from Control.)
Public propertyAccessibleRole (Inherited from Control.)
Public propertyActiveControl (Inherited from ContainerControl.)
Public propertyAllowDrop
Allows drag and drop
(Inherited from FastColoredTextBox.)
Public propertyAllowMacroRecording
Allows to record macros.
(Inherited from FastColoredTextBox.)
Public propertyAllowSeveralTextStyleDrawing
Allows text rendering several styles same time.
(Inherited from FastColoredTextBox.)
Public propertyAnchor (Inherited from Control.)
Public propertyAutoCompleteBrackets
AutoComplete brackets
(Inherited from FastColoredTextBox.)
Public propertyAutoCompleteBracketsList
AutoCompleteBracketsList
(Inherited from FastColoredTextBox.)
Public propertyAutoIndent
Allows AutoIndent. Inserts spaces before new line.
(Inherited from FastColoredTextBox.)
Public propertyAutoIndentChars
Enables AutoIndentChars mode
(Inherited from FastColoredTextBox.)
Public propertyAutoIndentCharsPatterns
Regex patterns for AutoIndentChars (one regex per line)
(Inherited from FastColoredTextBox.)
Public propertyAutoIndentExistingLines
Does autoindenting in existing lines. It works only if AutoIndent is True.
(Inherited from FastColoredTextBox.)
Public propertyAutoScaleDimensions (Inherited from ContainerControl.)
Protected propertyAutoScaleFactor (Inherited from ContainerControl.)
Public propertyAutoScaleMode (Inherited from ContainerControl.)
Public propertyAutoScroll
Do not change this property
(Inherited from FastColoredTextBox.)
Public propertyAutoScrollMargin (Inherited from ScrollableControl.)
Public propertyAutoScrollMinSize (Inherited from FastColoredTextBox.)
Public propertyAutoScrollOffset (Inherited from Control.)
Public propertyAutoScrollPosition (Inherited from ScrollableControl.)
Public propertyAutoSize (Inherited from UserControl.)
Public propertyAutoSizeMode (Inherited from UserControl.)
Public propertyAutoValidate (Inherited from UserControl.)
Public propertyBackBrush
Background brush. If Null then BackColor is used.
(Inherited from FastColoredTextBox.)
Public propertyBackColor
Background color. It is used if BackBrush is null.
(Inherited from FastColoredTextBox.)
Public propertyBackgroundImage (Inherited from Control.)
Public propertyBackgroundImageLayout (Inherited from Control.)
Public propertyBindingContext (Inherited from ContainerControl.)
Public propertyBookmarkColor
Color of bookmarks
(Inherited from FastColoredTextBox.)
Public propertyBookmarks
Bookmarks
(Inherited from FastColoredTextBox.)
Public propertyBorderStyle (Inherited from UserControl.)
Public propertyBottom (Inherited from Control.)
Public propertyBounds (Inherited from Control.)
Public propertyBracketsHighlightStrategy
Strategy of search of brackets to highlighting
(Inherited from FastColoredTextBox.)
Public propertyBracketsStyle
Style for brackets highlighting
(Inherited from FastColoredTextBox.)
Public propertyBracketsStyle2
Style for alternative brackets highlighting
(Inherited from FastColoredTextBox.)
Protected propertyCanEnableIme (Inherited from ContainerControl.)
Public propertyCanFocus (Inherited from Control.)
Protected propertyCanRaiseEvents (Inherited from Control.)
Public propertyCanSelect (Inherited from Control.)
Public propertyCapture (Inherited from Control.)
Public propertyCaretBlinking
Enables caret blinking
(Inherited from FastColoredTextBox.)
Public propertyCaretColor
Color of caret
(Inherited from FastColoredTextBox.)
Public propertyCaretVisible
Shows or hides the caret
(Inherited from FastColoredTextBox.)
Public propertyCausesValidation (Inherited from Control.)
Public propertyChangedLineColor
Background color for highlighting of changed lines
(Inherited from FastColoredTextBox.)
Public propertyCharHeight
Height of char in pixels (includes LineInterval)
(Inherited from FastColoredTextBox.)
Public propertyCharWidth
Width of char in pixels
(Inherited from FastColoredTextBox.)
Public propertyClientRectangle (Inherited from Control.)
Public propertyClientSize (Inherited from Control.)
Public propertyCommentPrefix
Comment line prefix.
(Inherited from FastColoredTextBox.)
Public propertyCompanyName (Inherited from Control.)
Public propertyContainer (Inherited from Component.)
Public propertyContainsFocus (Inherited from Control.)
Public propertyContextMenu (Inherited from Control.)
Public propertyContextMenuStrip (Inherited from Control.)
Public propertyControls (Inherited from Control.)
Public propertyCreated (Inherited from Control.)
Protected propertyCreateParams (Inherited from UserControl.)
Public propertyCurrentAutoScaleDimensions (Inherited from ContainerControl.)
Public propertyCurrentLineColor
Background color for current line
(Inherited from FastColoredTextBox.)
Public propertyCursor (Inherited from FastColoredTextBox.)
Public propertyDataBindings (Inherited from Control.)
Protected propertyDefaultCursor (Inherited from Control.)
Protected propertyDefaultImeMode (Inherited from Control.)
Protected propertyDefaultMargin (Inherited from Control.)
Protected propertyDefaultMaximumSize (Inherited from Control.)
Protected propertyDefaultMinimumSize (Inherited from Control.)
Protected propertyDefaultPadding (Inherited from Control.)
Protected propertyDefaultSize (Inherited from UserControl.)
Public propertyDefaultStyle
Default text style This style is using when no one other TextStyle is not defined in Char.style
(Inherited from FastColoredTextBox.)
Public propertyDelayedEventsInterval
Minimal delay(ms) for delayed events (except TextChangedDelayed).
(Inherited from FastColoredTextBox.)
Public propertyDelayedTextChangedInterval
Minimal delay(ms) for TextChangedDelayed event.
(Inherited from FastColoredTextBox.)
Public propertyDescriptionFile
XML file with description of syntax highlighting. This property works only with Language == Language.Custom.
(Inherited from FastColoredTextBox.)
Protected propertyDesignMode (Inherited from Component.)
Public propertyDisabledColor
Color of disabled component
(Inherited from FastColoredTextBox.)
Public propertyDisplayRectangle (Inherited from ScrollableControl.)
Public propertyDisposing (Inherited from Control.)
Public propertyDock (Inherited from Control.)
Public propertyDockPadding (Inherited from ScrollableControl.)
Protected propertyDoubleBuffered (Inherited from Control.)
Public propertyEnabled (Inherited from Control.)
Public propertyEndFoldingLine
End line index of current highlighted folding area. Return -1 if end of area is not found.
(Inherited from FastColoredTextBox.)
Protected propertyEvents (Inherited from Component.)
Public propertyFindEndOfFoldingBlockStrategy
Strategy of search of end of folding block
(Inherited from FastColoredTextBox.)
Public propertyfindForm (Inherited from FastColoredTextBox.)
Public propertyFocused (Inherited from Control.)
Public propertyFoldedBlocks
Contains UniqueId of start lines of folded blocks
(Inherited from FastColoredTextBox.)
Public propertyFoldedBlockStyle
Style for folded block rendering
(Inherited from FastColoredTextBox.)
Public propertyFoldingIndicatorColor
Color of folding area indicator
(Inherited from FastColoredTextBox.)
Public propertyFont
Font
(Inherited from FastColoredTextBox.)
Protected propertyFontHeight (Inherited from Control.)
Public propertyForeColor
Fore color (default style color)
(Inherited from FastColoredTextBox.)
Public propertyGrammar
Public propertyHandle (Inherited from Control.)
Public propertyHasChildren (Inherited from Control.)
Public propertyHasSourceTextBox (Inherited from FastColoredTextBox.)
Public propertyHeight (Inherited from Control.)
Public propertyHighlightFoldingIndicator
Enables folding indicator (left vertical line between folding bounds)
(Inherited from FastColoredTextBox.)
Public propertyHighlightingRangeType
This property specifies which part of the text will be highlighted as you type (by built-in highlighter).
(Inherited from FastColoredTextBox.)
Public propertyHints
Collection of Hints. This is temporary buffer for currently displayed hints.
(Inherited from FastColoredTextBox.)
Public propertyHorizontalScroll (Inherited from ScrollableControl.)
Public propertyHotkeys
Hotkeys. Do not use this property in your code, use HotkeysMapping property.
(Inherited from FastColoredTextBox.)
Public propertyHotkeysMapping
Hotkeys mapping
(Inherited from FastColoredTextBox.)
Protected propertyHScroll (Inherited from ScrollableControl.)
Public propertyHtml
Gets colored text as HTML
(Inherited from FastColoredTextBox.)
Public propertyImeAllowed
Indicates that IME is allowed (for CJK language entering)
(Inherited from FastColoredTextBox.)
Public propertyImeMode (Inherited from Control.)
Protected propertyImeModeBase (Inherited from Control.)
Public propertyIndentBackColor
Background color of indent area
(Inherited from FastColoredTextBox.)
Public propertyInputsColor (Inherited from FastColoredTextBox.)
Public propertyInvokeRequired (Inherited from Control.)
Public propertyIsAccessible (Inherited from Control.)
Public propertyIsChanged
Text was changed
(Inherited from FastColoredTextBox.)
Public propertyIsDisposed (Inherited from Control.)
Public propertyIsHandleCreated (Inherited from Control.)
Public propertyIsMirrored (Inherited from Control.)
Public propertyIsReplaceMode
Is keyboard in replace mode (wide caret) ?
(Inherited from FastColoredTextBox.)
Public propertyItemInt32
Gets Line
(Inherited from FastColoredTextBox.)
Public propertyItemPlace
Gets or sets char and styleId for given place This property does not fire OnTextChanged event
(Inherited from FastColoredTextBox.)
Public propertyLanguage
Language for highlighting by built-in highlighter.
(Inherited from FastColoredTextBox.)
Public propertyLayoutEngine (Inherited from Control.)
Public propertyLeft (Inherited from Control.)
Public propertyLeftBracket
Opening bracket for brackets highlighting. Set to '\x0' for disable brackets highlighting.
(Inherited from FastColoredTextBox.)
Public propertyLeftBracket2
Alternative opening bracket for brackets highlighting. Set to '\x0' for disable brackets highlighting.
(Inherited from FastColoredTextBox.)
Public propertyLeftBracketPosition
Position of left highlighted bracket.
(Inherited from FastColoredTextBox.)
Public propertyLeftBracketPosition2
Position of left highlighted alternative bracket.
(Inherited from FastColoredTextBox.)
Public propertyLeftIndent
Left distance to text beginning
(Inherited from FastColoredTextBox.)
Public propertyLeftPadding
Left padding in pixels
(Inherited from FastColoredTextBox.)
Public propertyLineInterval
Interval between lines (in pixels)
(Inherited from FastColoredTextBox.)
Public propertyLineNumberColor
Color of line numbers.
(Inherited from FastColoredTextBox.)
Public propertyLineNumberStartValue
Start value of first line number.
(Inherited from FastColoredTextBox.)
Public propertyLines
Text lines
(Inherited from FastColoredTextBox.)
Public propertyLinesCount
Count of lines
(Inherited from FastColoredTextBox.)
Public propertyLocation (Inherited from Control.)
Public propertyMacrosManager
MacrosManager records, stores and executes the macroses
(Inherited from FastColoredTextBox.)
Public propertyMargin (Inherited from Control.)
Public propertyMaximumSize (Inherited from Control.)
Public propertyMinimumSize (Inherited from Control.)
Public propertyMultiline
Multiline
(Inherited from FastColoredTextBox.)
Public propertyName (Inherited from Control.)
Public propertyOutputsColor (Inherited from FastColoredTextBox.)
Public propertyPadding
--Do not use this property--
(Inherited from FastColoredTextBox.)
Public propertyPaddingBackColor
Background color of padding area
(Inherited from FastColoredTextBox.)
Public propertyPaddings
Padings of text area
(Inherited from FastColoredTextBox.)
Public propertyParent (Inherited from Control.)
Public propertyParentForm (Inherited from ContainerControl.)
Public propertyParser
Public propertyPreferredLineWidth
This property draws vertical line after defined char position. Set to 0 for disable drawing of vertical line.
(Inherited from FastColoredTextBox.)
Public propertyPreferredSize (Inherited from Control.)
Public propertyProductName (Inherited from Control.)
Public propertyProductVersion (Inherited from Control.)
Public propertyRange
Range of all text
(Inherited from FastColoredTextBox.)
Public propertyReadOnly
Read only
(Inherited from FastColoredTextBox.)
Public propertyRecreatingHandle (Inherited from Control.)
Public propertyRedoEnabled
Is redo enabled?
(Inherited from FastColoredTextBox.)
Public propertyRegion (Inherited from Control.)
Protected propertyRenderRightToLeft Obsolete. (Inherited from Control.)
Public propertyreplaceForm (Inherited from FastColoredTextBox.)
Public propertyReservedCountOfLineNumberChars
Reserved space for line number characters. If smaller than needed (e. g. line count >= 10 and this value set to 1) this value will have no impact. If you want to reserve space, e. g. for line numbers >= 10 or >= 100 than you can set this value to 2 or 3 or higher.
(Inherited from FastColoredTextBox.)
Protected propertyResizeRedraw (Inherited from Control.)
Public propertyRight (Inherited from Control.)
Public propertyRightBracket
Closing bracket for brackets highlighting. Set to '\x0' for disable brackets highlighting.
(Inherited from FastColoredTextBox.)
Public propertyRightBracket2
Alternative closing bracket for brackets highlighting. Set to '\x0' for disable brackets highlighting.
(Inherited from FastColoredTextBox.)
Public propertyRightBracketPosition
Position of right highlighted bracket.
(Inherited from FastColoredTextBox.)
Public propertyRightBracketPosition2
Position of right highlighted alternative bracket.
(Inherited from FastColoredTextBox.)
Public propertyRightToLeft (Inherited from FastColoredTextBox.)
Public propertyRtf
Gets colored text as RTF
(Inherited from FastColoredTextBox.)
Protected propertyScaleChildren (Inherited from Control.)
Public propertySelectedText
Text of current selection
(Inherited from FastColoredTextBox.)
Public propertySelection
Current selection range
(Inherited from FastColoredTextBox.)
Public propertySelectionColor
Color of selected area
(Inherited from FastColoredTextBox.)
Public propertySelectionHighlightingForLineBreaksEnabled
If true then line breaks included into the selection will be selected too. Then line breaks will be shown as selected blank character.
(Inherited from FastColoredTextBox.)
Public propertySelectionLength
Length of selected text
(Inherited from FastColoredTextBox.)
Public propertySelectionStart
Start position of selection
(Inherited from FastColoredTextBox.)
Public propertySelectionStyle
Style for rendering Selection area
(Inherited from FastColoredTextBox.)
Public propertyServiceColors
Colors of some service visual markers
(Inherited from FastColoredTextBox.)
Public propertyServiceLinesColor
Color of service lines (folding lines, borders of blocks etc.)
(Inherited from FastColoredTextBox.)
Public propertyShowCaretWhenInactive
Draw caret when the control is not focused
(Inherited from FastColoredTextBox.)
Protected propertyShowFocusCues (Inherited from Control.)
Public propertyShowFoldingLines
Shows vertical lines between folding start line and folding end line.
(Inherited from FastColoredTextBox.)
Protected propertyShowKeyboardCues (Inherited from Control.)
Public propertyShowLineNumbers
Shows line numbers.
(Inherited from FastColoredTextBox.)
Public propertyShowScrollBars (Inherited from FastColoredTextBox.)
Public propertySite (Inherited from Control.)
Public propertySize (Inherited from Control.)
Public propertySourceTextBox
The source of the text. Allows to get text from other FastColoredTextBox.
(Inherited from FastColoredTextBox.)
Public propertyStartFoldingLine
Start line index of current highlighted folding area. Return -1 if start of area is not found.
(Inherited from FastColoredTextBox.)
Public propertyStyles
Styles
(Inherited from FastColoredTextBox.)
Public propertySyntaxHighlighter
Syntax Highlighter
(Inherited from FastColoredTextBox.)
Public propertyTabIndex (Inherited from Control.)
Public propertyTabLength
Spaces count for tab
(Inherited from FastColoredTextBox.)
Public propertyTabStop (Inherited from Control.)
Public propertyTag (Inherited from Control.)
Public propertyText
Text of control
(Inherited from FastColoredTextBox.)
Public propertyTextAreaBorder
Type of border of text area
(Inherited from FastColoredTextBox.)
Public propertyTextAreaBorderColor
Color of border of text area
(Inherited from FastColoredTextBox.)
Public propertyTextAreaRect
Rectangle where located text
(Inherited from FastColoredTextBox.)
Public propertyTextLength (Inherited from FastColoredTextBox.)
Public propertyTextSource
TextSource
(Inherited from FastColoredTextBox.)
Public propertyTextVersion
Text version
(Inherited from FastColoredTextBox.)
Public propertyToolTip
ToolTip component
(Inherited from FastColoredTextBox.)
Public propertyToolTipDelay
Delay (ms) of ToolTip
(Inherited from FastColoredTextBox.)
Public propertyTop (Inherited from Control.)
Public propertyTopLevelControl (Inherited from Control.)
Public propertyUndoEnabled
Is undo enabled?
(Inherited from FastColoredTextBox.)
Public propertyUseWaitCursor (Inherited from Control.)
Public propertyVariablesColor (Inherited from FastColoredTextBox.)
Public propertyVerticalScroll (Inherited from ScrollableControl.)
Public propertyVirtualSpace
Enables virtual spaces
(Inherited from FastColoredTextBox.)
Public propertyVisible (Inherited from Control.)
Public propertyVisibleRange
Returns current visible range of text
(Inherited from FastColoredTextBox.)
Protected propertyVScroll (Inherited from ScrollableControl.)
Public propertyWideCaret
Wide caret
(Inherited from FastColoredTextBox.)
Public propertyWidth (Inherited from Control.)
Public propertyWindowTarget (Inherited from Control.)
Public propertyWordWrap
WordWrap.
(Inherited from FastColoredTextBox.)
Public propertyWordWrapAutoIndent
Automatically shifts secondary wordwrap lines on the shift amount of the first line
(Inherited from FastColoredTextBox.)
Public propertyWordWrapIndent
Indent of secondary wordwrap lines (in chars)
(Inherited from FastColoredTextBox.)
Public propertyWordWrapMode
WordWrap mode.
(Inherited from FastColoredTextBox.)
Public propertyZoom
Zooming (in percentages)
(Inherited from FastColoredTextBox.)
Top
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
Events
  NameDescription
Public eventAutoIndentNeeded
It occurs when calculates AutoIndent for new line
(Inherited from FastColoredTextBox.)
Public eventAutoSizeChanged (Inherited from UserControl.)
Public eventAutoValidateChanged (Inherited from UserControl.)
Public eventBackColorChanged (Inherited from Control.)
Public eventBackgroundImageChanged (Inherited from Control.)
Public eventBackgroundImageLayoutChanged (Inherited from Control.)
Public eventBindingContextChanged (Inherited from Control.)
Public eventCausesValidationChanged (Inherited from Control.)
Public eventChangeUICues (Inherited from Control.)
Public eventClick (Inherited from Control.)
Public eventClientSizeChanged (Inherited from Control.)
Public eventContextMenuChanged (Inherited from Control.)
Public eventContextMenuStripChanged (Inherited from Control.)
Public eventControlAdded (Inherited from Control.)
Public eventControlRemoved (Inherited from Control.)
Public eventCursorChanged (Inherited from Control.)
Public eventCustomAction
Occurs when user pressed key, that specified as CustomAction
(Inherited from FastColoredTextBox.)
Public eventDisposed (Inherited from Component.)
Public eventDockChanged (Inherited from Control.)
Public eventDoubleClick (Inherited from Control.)
Public eventDragDrop (Inherited from Control.)
Public eventDragEnter (Inherited from Control.)
Public eventDragLeave (Inherited from Control.)
Public eventDragOver (Inherited from Control.)
Public eventEnabledChanged (Inherited from Control.)
Public eventEnter (Inherited from Control.)
Public eventFoldingHighlightChanged
Occurs when current highlighted folding area is changed. Current folding area see in StartFoldingLine and EndFoldingLine.
(Inherited from FastColoredTextBox.)
Public eventFontChanged (Inherited from Control.)
Public eventForeColorChanged (Inherited from Control.)
Public eventGiveFeedback (Inherited from Control.)
Public eventGotFocus (Inherited from Control.)
Public eventHandleCreated (Inherited from Control.)
Public eventHandleDestroyed (Inherited from Control.)
Public eventHelpRequested (Inherited from Control.)
Public eventHintClick
HintClick event. It occurs if user click on the hint.
(Inherited from FastColoredTextBox.)
Public eventImeModeChanged (Inherited from Control.)
Public eventInvalidated (Inherited from Control.)
Public eventKeyDown (Inherited from Control.)
Public eventKeyPress (Inherited from Control.)
Public eventKeyPressed
It occurs when visible char is enetered (alphabetic, digit, punctuation, DEL, BACKSPACE)
(Inherited from FastColoredTextBox.)
Public eventKeyPressing
It occurs when visible char is enetering (alphabetic, digit, punctuation, DEL, BACKSPACE)
(Inherited from FastColoredTextBox.)
Public eventKeyUp (Inherited from Control.)
Public eventLayout (Inherited from Control.)
Public eventLeave (Inherited from Control.)
Public eventLineInserted
Occurs when line was inserted/added
(Inherited from FastColoredTextBox.)
Public eventLineRemoved
Occurs when line was removed
(Inherited from FastColoredTextBox.)
Public eventLoad (Inherited from UserControl.)
Public eventLocationChanged (Inherited from Control.)
Public eventLostFocus (Inherited from Control.)
Public eventMarginChanged (Inherited from Control.)
Public eventMouseCaptureChanged (Inherited from Control.)
Public eventMouseClick (Inherited from Control.)
Public eventMouseDoubleClick (Inherited from Control.)
Public eventMouseDown (Inherited from Control.)
Public eventMouseEnter (Inherited from Control.)
Public eventMouseHover (Inherited from Control.)
Public eventMouseLeave (Inherited from Control.)
Public eventMouseMove (Inherited from Control.)
Public eventMouseUp (Inherited from Control.)
Public eventMouseWheel (Inherited from Control.)
Public eventMove (Inherited from Control.)
Public eventPaddingChanged (Inherited from Control.)
Public eventPaint (Inherited from Control.)
Public eventPaintLine
It occurs when line background is painting
(Inherited from FastColoredTextBox.)
Public eventParentChanged (Inherited from Control.)
Public eventPasting
Occurs when user paste text from clipboard
(Inherited from FastColoredTextBox.)
Public eventPreviewKeyDown (Inherited from Control.)
Public eventQueryAccessibilityHelp (Inherited from Control.)
Public eventQueryContinueDrag (Inherited from Control.)
Public eventRegionChanged (Inherited from Control.)
Public eventResize (Inherited from Control.)
Public eventRightToLeftChanged (Inherited from Control.)
Public eventScroll (Inherited from ScrollableControl.)
Public eventScrollbarsUpdated
Occurs when scroolbars are updated
(Inherited from FastColoredTextBox.)
Public eventSelectionChanged
SelectionChanged event. It occurs after changing of selection.
(Inherited from FastColoredTextBox.)
Public eventSelectionChangedDelayed
SelectionChangedDelayed event. It occurs after changing of selection. This event occurs with a delay relative to SelectionChanged, and fires only once.
(Inherited from FastColoredTextBox.)
Public eventSizeChanged (Inherited from Control.)
Public eventStyleChanged (Inherited from Control.)
Public eventStyleNeeded
Public eventSystemColorsChanged (Inherited from Control.)
Public eventTabIndexChanged (Inherited from Control.)
Public eventTabStopChanged (Inherited from Control.)
Public eventTextChanged
TextChanged event. It occurs after insert, delete, clear, undo and redo operations.
(Inherited from FastColoredTextBox.)
Public eventTextChangedDelayed
TextChangedDelayed event. It occurs after insert, delete, clear, undo and redo operations. This event occurs with a delay relative to TextChanged, and fires only once.
(Inherited from FastColoredTextBox.)
Public eventTextChanging
TextChanging event. It occurs before insert, delete, clear, undo and redo operations.
(Inherited from FastColoredTextBox.)
Public eventToolTipNeeded
Occurs when mouse is moving over text and tooltip is needed
(Inherited from FastColoredTextBox.)
Public eventUndoRedoStateChanged
Occurs when undo/redo stack is changed
(Inherited from FastColoredTextBox.)
Public eventValidated (Inherited from Control.)
Public eventValidating (Inherited from Control.)
Public eventVisibleChanged (Inherited from Control.)
Public eventVisibleRangeChanged
VisibleRangeChanged event. It occurs after changing of visible range.
(Inherited from FastColoredTextBox.)
Public eventVisibleRangeChangedDelayed
VisibleRangeChangedDelayed event. It occurs after changing of visible range. This event occurs with a delay relative to VisibleRangeChanged, and fires only once.
(Inherited from FastColoredTextBox.)
Public eventVisualMarkerClick
It occurs when user click on VisualMarker.
(Inherited from FastColoredTextBox.)
Public eventWordWrapNeeded
Occurs when custom wordwrap is needed
(Inherited from FastColoredTextBox.)
Public eventZoomChanged
Occurs when component was zoomed
(Inherited from FastColoredTextBox.)
Top
Fields
See Also