IronyFCTB Methods
From T3000 CrossPlatform
T3000 CrossPlatform Documentation
IronyFCTB Methods |
[This is preliminary documentation and is subject to change.]
The IronyFCTB type exposes the following members.
| Name | Description | |
|---|---|---|
| AccessibilityNotifyClients(AccessibleEvents, Int32) | (Inherited from Control.) | |
| AccessibilityNotifyClients(AccessibleEvents, Int32, Int32) | (Inherited from Control.) | |
| AddHint(Range, String) |
Add and shows simple text hint
(Inherited from FastColoredTextBox.) | |
| AddHint(Range, Control) |
Add and shows the hint
(Inherited from FastColoredTextBox.) | |
| AddHint(Range, String, Boolean, Boolean, Boolean) |
Add and shows simple text hint
(Inherited from FastColoredTextBox.) | |
| AddHint(Range, Control, Boolean, Boolean, Boolean) |
Add and shows the hint
(Inherited from FastColoredTextBox.) | |
| AddStyle |
Add new style
(Inherited from FastColoredTextBox.) | |
| AddVisualMarker | (Inherited from FastColoredTextBox.) | |
| AdjustFolding |
Collapse folding blocks using FoldedBlocks dictionary.
(Inherited from FastColoredTextBox.) | |
| AdjustFormScrollbars | (Inherited from ContainerControl.) | |
| AppendText(String) |
Append string to end of the Text
(Inherited from FastColoredTextBox.) | |
| AppendText(String, Style) |
Append string to end of the Text
(Inherited from FastColoredTextBox.) | |
| BeginAutoUndo |
Begins AutoUndo block.
All changes of text between BeginAutoUndo() and EndAutoUndo() will be canceled in one operation Undo.
(Inherited from FastColoredTextBox.) | |
| BeginInvoke(Delegate) | (Inherited from Control.) | |
| BeginInvoke(Delegate, Object) | (Inherited from Control.) | |
| BeginUpdate |
Call this method before multiple text changing
(Inherited from FastColoredTextBox.) | |
| BookmarkLine |
Bookmarks line
(Inherited from FastColoredTextBox.) | |
| BringToFront | (Inherited from Control.) | |
| CalcAutoIndent |
Returns needed start space count for the line
(Inherited from FastColoredTextBox.) | |
| ChangeFontSize | (Inherited from FastColoredTextBox.) | |
| CheckAndChangeSelectionType | (Inherited from FastColoredTextBox.) | |
| CheckStylesBufferSize |
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.) | |
| Clear |
Clear text, styles, history, caches
(Inherited from FastColoredTextBox.) | |
| ClearCurrentLine |
Deletes current line(s)
(Inherited from FastColoredTextBox.) | |
| ClearHints |
Removes all hints
(Inherited from FastColoredTextBox.) | |
| ClearSelected |
Deletes selected chars
(Inherited from FastColoredTextBox.) | |
| ClearStyle |
Clear style of all text
(Inherited from FastColoredTextBox.) | |
| ClearStylesBuffer |
Clear buffer of styles
(Inherited from FastColoredTextBox.) | |
| ClearUndo |
Clears undo and redo stacks
(Inherited from FastColoredTextBox.) | |
| CloseBindingFile |
Close file binding mode
(Inherited from FastColoredTextBox.) | |
| CollapseAllFoldingBlocks |
Collapses all folding blocks
(Inherited from FastColoredTextBox.) | |
| CollapseBlock |
Collapse text block
(Inherited from FastColoredTextBox.) | |
| CollapseFoldingBlock |
Collapses folding block
(Inherited from FastColoredTextBox.) | |
| CommentSelected |
Insert/remove comment prefix into selected lines
(Inherited from FastColoredTextBox.) | |
| CommentSelected(String) |
Insert/remove comment prefix into selected lines
(Inherited from FastColoredTextBox.) | |
| Contains | (Inherited from Control.) | |
| Copy |
Copy selected text into Clipboard
(Inherited from FastColoredTextBox.) | |
| CreateAccessibilityInstance | (Inherited from Control.) | |
| CreateControl | (Inherited from Control.) | |
| CreateControlsInstance | (Inherited from Control.) | |
| CreateGraphics | (Inherited from Control.) | |
| CreateHandle | (Inherited from Control.) | |
| CreateObjRef | (Inherited from MarshalByRefObject.) | |
| CreateTextSource | (Inherited from FastColoredTextBox.) | |
| Cut |
Cut selected text into Clipboard
(Inherited from FastColoredTextBox.) | |
| DecreaseIndent |
Remove TAB from front of seletcted lines.
(Inherited from FastColoredTextBox.) | |
| DecreaseIndentOfSingleLine |
Remove TAB in front of the caret ot the selected line.
(Inherited from FastColoredTextBox.) | |
| DefWndProc | (Inherited from Control.) | |
| DestroyHandle | (Inherited from Control.) | |
| Dispose | (Inherited from Component.) | |
| Dispose(Boolean) | (Inherited from FastColoredTextBox.) | |
| DoAutoIndent |
Insert autoindents into selected lines
(Inherited from FastColoredTextBox.) | |
| DoAutoIndent(Int32) |
Inserts autoindent's spaces in the line
(Inherited from FastColoredTextBox.) | |
| DoAutoIndentChars(Int32) |
Do AutoIndentChars
(Inherited from FastColoredTextBox.) | |
| DoAutoIndentChars(Int32, Regex) | (Inherited from FastColoredTextBox.) | |
| DoAutoIndentIfNeed | (Inherited from FastColoredTextBox.) | |
| DoCaretVisible |
Scroll control for display caret
(Inherited from FastColoredTextBox.) | |
| DoDragDrop(Object, DragDropEffects) | (Inherited from Control.) | |
| DoDragDrop(Place, String) | (Inherited from FastColoredTextBox.) | |
| DoHighlighting | ||
| DoRangeVisible(Range) |
Scroll control for display given range
(Inherited from FastColoredTextBox.) | |
| DoRangeVisible(Range, Boolean) |
Scroll control for display given range
(Inherited from FastColoredTextBox.) | |
| DoSelectionVisible |
Scroll control for display selection area
(Inherited from FastColoredTextBox.) | |
| DrawFoldingLines | (Inherited from FastColoredTextBox.) | |
| DrawText |
Draws text to given Graphics
(Inherited from FastColoredTextBox.) | |
| DrawToBitmap | (Inherited from Control.) | |
| EndAutoUndo |
Ends AutoUndo block.
All changes of text between BeginAutoUndo() and EndAutoUndo() will be canceled in one operation Undo.
(Inherited from FastColoredTextBox.) | |
| EndInvoke | (Inherited from Control.) | |
| EndUpdate |
Call this method after multiple text changing
(Inherited from FastColoredTextBox.) | |
| Equals | (Inherited from Object.) | |
| ExpandAllFoldingBlocks |
Exapnds all folded blocks
(Inherited from FastColoredTextBox.) | |
| ExpandBlock(Int32) |
Expand collapsed block
(Inherited from FastColoredTextBox.) | |
| ExpandBlock(Int32, Int32) |
Expand collapsed block
(Inherited from FastColoredTextBox.) | |
| ExpandFoldedBlock |
Exapnds folded block
(Inherited from FastColoredTextBox.) | |
| Finalize | (Inherited from Component.) | |
| FindChar |
Finds given char after current caret position, moves the caret to found pos.
(Inherited from FastColoredTextBox.) | |
| FindEndOfFoldingBlock | (Inherited from FastColoredTextBox.) | |
| FindForm | (Inherited from Control.) | |
| FindLines |
Search lines by regex pattern
(Inherited from FastColoredTextBox.) | |
| Focus | (Inherited from Control.) | |
| GetAccessibilityObjectById | (Inherited from Control.) | |
| GetAutoSizeMode | (Inherited from Control.) | |
| GetBracketsRange |
Returns range between brackets (or null if not found)
(Inherited from FastColoredTextBox.) | |
| GetChildAtPoint(Point) | (Inherited from Control.) | |
| GetChildAtPoint(Point, GetChildAtPointSkip) | (Inherited from Control.) | |
| GetContainerControl | (Inherited from Control.) | |
| GetHashCode | (Inherited from Object.) | |
| GetLifetimeService | (Inherited from MarshalByRefObject.) | |
| GetLine |
Get range of line
(Inherited from FastColoredTextBox.) | |
| GetLineFoldingEndMarker |
End foilding marker for the line
(Inherited from FastColoredTextBox.) | |
| GetLineFoldingStartMarker |
Start foilding marker for the line
(Inherited from FastColoredTextBox.) | |
| GetLineLength |
Gets length of given line
(Inherited from FastColoredTextBox.) | |
| GetLineText |
Get text of given line
(Inherited from FastColoredTextBox.) | |
| GetMaxStartSpacesCount | (Inherited from FastColoredTextBox.) | |
| GetMinStartSpacesCount | (Inherited from FastColoredTextBox.) | |
| GetNextControl | (Inherited from Control.) | |
| GetPreferredSize | (Inherited from Control.) | |
| GetRange(Int32, Int32) |
Get range of text
(Inherited from FastColoredTextBox.) | |
| GetRange(Place, Place) |
Get range of text
(Inherited from FastColoredTextBox.) | |
| GetRanges(String) |
Finds ranges for given regex pattern
(Inherited from FastColoredTextBox.) | |
| GetRanges(String, RegexOptions) |
Finds ranges for given regex pattern
(Inherited from FastColoredTextBox.) | |
| GetScaledBounds | (Inherited from Control.) | |
| GetScrollState | (Inherited from ScrollableControl.) | |
| GetService | (Inherited from Component.) | |
| GetStyle | (Inherited from Control.) | |
| GetStyleIndex |
Returns index of the style in Styles
-1 otherwise
(Inherited from FastColoredTextBox.) | |
| GetStyleIndexMask |
Returns StyleIndex mask of given styles
(Inherited from FastColoredTextBox.) | |
| GetStylesOfChar |
Returns list of styles of given place
(Inherited from FastColoredTextBox.) | |
| GetTokenRange | ||
| GetTopLevel | (Inherited from Control.) | |
| GetType | (Inherited from Object.) | |
| GetVisibleState |
Returns VisibleState of the line
(Inherited from FastColoredTextBox.) | |
| GoEnd |
Move caret to end of text
(Inherited from FastColoredTextBox.) | |
| GoHome |
Move caret to first position
(Inherited from FastColoredTextBox.) | |
| GotoNextBookmark |
Scrolls to nearest bookmark or to first bookmark
(Inherited from FastColoredTextBox.) | |
| GotoPrevBookmark |
Scrolls to nearest previous bookmark or to last bookmark
(Inherited from FastColoredTextBox.) | |
| Hide | (Inherited from Control.) | |
| IncreaseIndent |
Insert TAB into front of seletcted lines.
(Inherited from FastColoredTextBox.) | |
| InitBraces | ||
| InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
| InitLayout | (Inherited from Control.) | |
| InitTextSource | (Inherited from FastColoredTextBox.) | |
| InsertChar | (Inherited from FastColoredTextBox.) | |
| InsertLinePrefix |
Insert prefix into front of seletcted lines
(Inherited from FastColoredTextBox.) | |
| InsertText(String) |
Insert text into current selected position
(Inherited from FastColoredTextBox.) | |
| InsertText(String, Style) |
Insert text into current selection position (with predefined style)
(Inherited from FastColoredTextBox.) | |
| InsertText(String, Boolean) |
Insert text into current selected position
(Inherited from FastColoredTextBox.) | |
| InsertText(String, Style, Boolean) |
Insert text into current selection position (with predefined style)
(Inherited from FastColoredTextBox.) | |
| InsertTextAndRestoreSelection |
Insert text into replaceRange and restore previous selection
(Inherited from FastColoredTextBox.) | |
| Invalidate |
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.) | |
| Invalidate(Region) | (Inherited from Control.) | |
| Invalidate(Boolean) | (Inherited from Control.) | |
| Invalidate(Rectangle) | (Inherited from Control.) | |
| Invalidate(Region, Boolean) | (Inherited from Control.) | |
| Invalidate(Rectangle, Boolean) | (Inherited from Control.) | |
| Invoke(Delegate) | (Inherited from Control.) | |
| Invoke(Delegate, Object) | (Inherited from Control.) | |
| InvokeGotFocus | (Inherited from Control.) | |
| InvokeLostFocus | (Inherited from Control.) | |
| InvokeOnClick | (Inherited from Control.) | |
| InvokePaint | (Inherited from Control.) | |
| InvokePaintBackground | (Inherited from Control.) | |
| IsInputChar | (Inherited from Control.) | |
| IsInputKey | (Inherited from FastColoredTextBox.) | |
| LowerCase |
Convert selected text to lower case
(Inherited from FastColoredTextBox.) | |
| MemberwiseClone | (Inherited from Object.) | |
| MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
| MoveSelectedLinesDown |
Moves selected lines down
(Inherited from FastColoredTextBox.) | |
| MoveSelectedLinesUp |
Moves selected lines up
(Inherited from FastColoredTextBox.) | |
| Navigate |
Navigates to defined line, without Line.LastVisit reseting
(Inherited from FastColoredTextBox.) | |
| NavigateBackward |
Navigates backward (by Line.LastVisit property)
(Inherited from FastColoredTextBox.) | |
| NavigateForward |
Navigates forward (by Line.LastVisit property)
(Inherited from FastColoredTextBox.) | |
| NeedRecalc |
Call this method if the recalc of the position of lines is needed.
(Inherited from FastColoredTextBox.) | |
| NeedRecalc(Boolean) |
Call this method if the recalc of the position of lines is needed.
(Inherited from FastColoredTextBox.) | |
| NeedRecalc(Boolean, Boolean) |
Call this method if the recalc of the position of lines is needed.
(Inherited from FastColoredTextBox.) | |
| NotifyInvalidate | (Inherited from Control.) | |
| OnAutoSizeChanged | (Inherited from Control.) | |
| OnAutoValidateChanged | (Inherited from ContainerControl.) | |
| OnBackColorChanged | (Inherited from Control.) | |
| OnBackgroundImageChanged | (Inherited from Control.) | |
| OnBackgroundImageLayoutChanged | (Inherited from Control.) | |
| OnBindingContextChanged | (Inherited from Control.) | |
| OnCausesValidationChanged | (Inherited from Control.) | |
| OnChangeUICues | (Inherited from Control.) | |
| OnCharSizeChanged | (Inherited from FastColoredTextBox.) | |
| OnClick | (Inherited from Control.) | |
| OnClientSizeChanged | (Inherited from FastColoredTextBox.) | |
| OnContextMenuChanged | (Inherited from Control.) | |
| OnContextMenuStripChanged | (Inherited from Control.) | |
| OnControlAdded | (Inherited from Control.) | |
| OnControlRemoved | (Inherited from Control.) | |
| OnCreateClipboardData | (Inherited from FastColoredTextBox.) | |
| OnCreateControl | (Inherited from UserControl.) | |
| OnCursorChanged | (Inherited from Control.) | |
| OnCustomAction | (Inherited from FastColoredTextBox.) | |
| OnDockChanged | (Inherited from Control.) | |
| OnDoubleClick | (Inherited from Control.) | |
| OnDragDrop | (Inherited from FastColoredTextBox.) | |
| OnDragEnter | (Inherited from FastColoredTextBox.) | |
| OnDragLeave | (Inherited from FastColoredTextBox.) | |
| OnDragOver | (Inherited from FastColoredTextBox.) | |
| OnEnabledChanged | (Inherited from Control.) | |
| OnEnter | (Inherited from FastColoredTextBox.) | |
| OnFoldingHighlightChanged | (Inherited from FastColoredTextBox.) | |
| OnFontChanged | (Inherited from ContainerControl.) | |
| OnForeColorChanged | (Inherited from Control.) | |
| OnGiveFeedback | (Inherited from Control.) | |
| OnGotFocus | (Inherited from FastColoredTextBox.) | |
| OnHandleCreated | (Inherited from FastColoredTextBox.) | |
| OnHandleDestroyed | (Inherited from Control.) | |
| OnHelpRequested | (Inherited from Control.) | |
| OnHintClick |
Occurs when user click on the hint
(Inherited from FastColoredTextBox.) | |
| OnImeModeChanged | (Inherited from Control.) | |
| OnInvalidated | (Inherited from Control.) | |
| OnKeyDown | (Inherited from FastColoredTextBox.) | |
| OnKeyPress | (Inherited from Control.) | |
| OnKeyPressed | (Inherited from FastColoredTextBox.) | |
| OnKeyPressing | (Inherited from FastColoredTextBox.) | |
| OnKeyUp | (Inherited from FastColoredTextBox.) | |
| OnLayout | (Inherited from ContainerControl.) | |
| OnLeave | (Inherited from Control.) | |
| OnLoad | (Inherited from FastColoredTextBox.) | |
| OnLocationChanged | (Inherited from Control.) | |
| OnLostFocus | (Inherited from FastColoredTextBox.) | |
| OnMarginChanged | (Inherited from Control.) | |
| OnMarkerClick | (Inherited from FastColoredTextBox.) | |
| OnMarkerDoubleClick | (Inherited from FastColoredTextBox.) | |
| OnMouseCaptureChanged | (Inherited from Control.) | |
| OnMouseClick | (Inherited from Control.) | |
| OnMouseDoubleClick | (Inherited from FastColoredTextBox.) | |
| OnMouseDown | (Inherited from FastColoredTextBox.) | |
| OnMouseEnter | (Inherited from Control.) | |
| OnMouseHover | (Inherited from Control.) | |
| OnMouseLeave | (Inherited from FastColoredTextBox.) | |
| OnMouseMove | (Inherited from FastColoredTextBox.) | |
| OnMouseUp | (Inherited from FastColoredTextBox.) | |
| OnMouseWheel | (Inherited from FastColoredTextBox.) | |
| OnMove | (Inherited from Control.) | |
| OnNotifyMessage | (Inherited from Control.) | |
| OnPaddingChanged | (Inherited from ScrollableControl.) | |
| OnPaint |
Draw control
(Inherited from FastColoredTextBox.) | |
| OnPaintBackground | (Inherited from FastColoredTextBox.) | |
| OnPaintLine | (Inherited from FastColoredTextBox.) | |
| OnParentBackColorChanged | (Inherited from Control.) | |
| OnParentBackgroundImageChanged | (Inherited from Control.) | |
| OnParentBindingContextChanged | (Inherited from Control.) | |
| OnParentChanged | (Inherited from ContainerControl.) | |
| OnParentCursorChanged | (Inherited from Control.) | |
| OnParentEnabledChanged | (Inherited from Control.) | |
| OnParentFontChanged | (Inherited from Control.) | |
| OnParentForeColorChanged | (Inherited from Control.) | |
| OnParentRightToLeftChanged | (Inherited from Control.) | |
| OnParentVisibleChanged | (Inherited from Control.) | |
| OnPreviewKeyDown | (Inherited from Control.) | |
| OnPrint | (Inherited from Control.) | |
| OnQueryContinueDrag | (Inherited from Control.) | |
| OnRegionChanged | (Inherited from Control.) | |
| OnResize | (Inherited from UserControl.) | |
| OnRightToLeftChanged | (Inherited from ScrollableControl.) | |
| OnScroll(ScrollEventArgs) | (Inherited from FastColoredTextBox.) | |
| OnScroll(ScrollEventArgs, Boolean) | (Inherited from FastColoredTextBox.) | |
| OnScrollbarsUpdated | (Inherited from FastColoredTextBox.) | |
| OnSelectionChanged |
Fires SelectionChanged event
(Inherited from FastColoredTextBox.) | |
| OnSelectionChangedDelayed | (Inherited from FastColoredTextBox.) | |
| OnSizeChanged | (Inherited from Control.) | |
| OnStyleChanged | (Inherited from Control.) | |
| OnStyleNeeded | ||
| OnSyntaxHighlight | (Inherited from FastColoredTextBox.) | |
| OnSystemColorsChanged | (Inherited from Control.) | |
| OnTabIndexChanged | (Inherited from Control.) | |
| OnTabStopChanged | (Inherited from Control.) | |
| OnTextChanged |
Fires TextChanged event
(Inherited from FastColoredTextBox.) | |
| OnTextChanged(EventArgs) | (Inherited from Control.) | |
| OnTextChanged(Range) |
Fires TextChanged event
(Inherited from FastColoredTextBox.) | |
| OnTextChanged(TextChangedEventArgs) |
Fires TextChanged event
(Inherited from FastColoredTextBox.) | |
| OnTextChanged(Int32, Int32) |
Fires TextChanged event
(Inherited from FastColoredTextBox.) | |
| OnTextChangedDelayed | (Overrides FastColoredTextBoxOnTextChangedDelayed(Range).) | |
| OnTextChanging | (Inherited from FastColoredTextBox.) | |
| OnTextChanging(String) |
Fires TextChanging event
(Inherited from FastColoredTextBox.) | |
| OnToolTip | (Inherited from FastColoredTextBox.) | |
| OnUndoRedoStateChanged |
Occurs when undo/redo stack is changed
(Inherited from FastColoredTextBox.) | |
| OnValidated | (Inherited from Control.) | |
| OnValidating | (Inherited from Control.) | |
| OnVisibleChanged | (Inherited from ScrollableControl.) | |
| OnVisibleRangeChanged |
Occurs when VisibleRange is changed
(Inherited from FastColoredTextBox.) | |
| OnVisibleRangeChangedDelayed | (Inherited from FastColoredTextBox.) | |
| OnVisualMarkerClick | (Inherited from FastColoredTextBox.) | |
| OnZoomChanged | (Inherited from FastColoredTextBox.) | |
| OpenBindingFile |
Open file binding mode
(Inherited from FastColoredTextBox.) | |
| OpenFile(String) |
Open text file (with automatic encoding detector)
(Inherited from FastColoredTextBox.) | |
| OpenFile(String, Encoding) |
Open text file
(Inherited from FastColoredTextBox.) | |
| Paste |
Paste text from clipboard into selected position
(Inherited from FastColoredTextBox.) | |
| PerformAutoScale | (Inherited from ContainerControl.) | |
| PerformLayout | (Inherited from Control.) | |
| PerformLayout(Control, String) | (Inherited from Control.) | |
| PlaceToPoint |
Gets point for given line and char position
(Inherited from FastColoredTextBox.) | |
| PlaceToPosition |
Gets absolute text position from line and char position
(Inherited from FastColoredTextBox.) | |
| PointToClient | (Inherited from Control.) | |
| PointToPlace |
Gets nearest line and char position from coordinates
(Inherited from FastColoredTextBox.) | |
| PointToPosition |
Gets nearest absolute text position for given point
(Inherited from FastColoredTextBox.) | |
| PointToScreen | (Inherited from Control.) | |
| PositionToPlace |
Gets line and char position from absolute text position
(Inherited from FastColoredTextBox.) | |
| PositionToPoint |
Gets absolute char position from char position
(Inherited from FastColoredTextBox.) | |
| PrepareHtmlText | (Inherited from FastColoredTextBox.) | |
| PreProcessControlMessage | (Inherited from Control.) | |
| PreProcessMessage | (Inherited from Control.) | |
Prints all text, without any dialog windows
(Inherited from FastColoredTextBox.) | ||
| Print(PrintDialogSettings) |
Prints all text
(Inherited from FastColoredTextBox.) | |
| Print(Range, PrintDialogSettings) |
Prints range of text
(Inherited from FastColoredTextBox.) | |
| ProcessCmdKey | (Inherited from ContainerControl.) | |
| ProcessDialogChar | (Inherited from ContainerControl.) | |
| ProcessDialogKey | (Inherited from FastColoredTextBox.) | |
| ProcessKey(Keys) |
Process control keys
(Inherited from FastColoredTextBox.) | |
| ProcessKey(Char, Keys) |
Process "real" keys (no control)
(Inherited from FastColoredTextBox.) | |
| ProcessKeyEventArgs | (Inherited from Control.) | |
| ProcessKeyMessage | (Inherited from FastColoredTextBox.) | |
| ProcessKeyPreview | (Inherited from Control.) | |
| ProcessMnemonic | (Inherited from FastColoredTextBox.) | |
| ProcessTabKey | (Inherited from ContainerControl.) | |
| RaiseDragEvent | (Inherited from Control.) | |
| RaiseKeyEvent | (Inherited from Control.) | |
| RaiseMouseEvent | (Inherited from Control.) | |
| RaisePaintEvent | (Inherited from Control.) | |
| RecalcFoldingLines | (Inherited from FastColoredTextBox.) | |
| RecreateHandle | (Inherited from Control.) | |
| RectangleToClient | (Inherited from Control.) | |
| RectangleToScreen | (Inherited from Control.) | |
| Redo |
Redo
(Inherited from FastColoredTextBox.) | |
| Refresh | (Inherited from Control.) | |
| RemoveLinePrefix |
Remove prefix from front of selected lines
This method ignores forward spaces of the line
(Inherited from FastColoredTextBox.) | |
| RemoveLines |
Removes given lines
(Inherited from FastColoredTextBox.) | |
| ResetBackColor | (Inherited from Control.) | |
| ResetBindings | (Inherited from Control.) | |
| ResetCursor | (Inherited from Control.) | |
| ResetFont | (Inherited from Control.) | |
| ResetForeColor | (Inherited from Control.) | |
| ResetImeMode | (Inherited from Control.) | |
| ResetMouseEventArgs | (Inherited from Control.) | |
| ResetRightToLeft | (Inherited from Control.) | |
| ResetText | (Inherited from Control.) | |
| ResumeLayout | (Inherited from Control.) | |
| ResumeLayout(Boolean) | (Inherited from Control.) | |
| RtlTranslateAlignment(HorizontalAlignment) | (Inherited from Control.) | |
| RtlTranslateAlignment(LeftRightAlignment) | (Inherited from Control.) | |
| RtlTranslateAlignment(ContentAlignment) | (Inherited from Control.) | |
| RtlTranslateContent | (Inherited from Control.) | |
| RtlTranslateHorizontal | (Inherited from Control.) | |
| RtlTranslateLeftRight | (Inherited from Control.) | |
| SaveToFile |
Save text to the file
(Inherited from FastColoredTextBox.) | |
| Scale(Single) | Obsolete. (Inherited from Control.) | |
| Scale(SizeF) | (Inherited from Control.) | |
| Scale(Single, Single) | Obsolete. (Inherited from Control.) | |
| ScaleControl | (Inherited from ScrollableControl.) | |
| ScaleCore | (Inherited from ScrollableControl.) | |
| ScrollControlIntoView | (Inherited from ScrollableControl.) | |
| ScrollLeft |
Scroll control left
(Inherited from FastColoredTextBox.) | |
| ScrollToControl | (Inherited from ScrollableControl.) | |
| Select | (Inherited from Control.) | |
| Select(Boolean, Boolean) | (Inherited from ContainerControl.) | |
| SelectAll |
Select all chars of text
(Inherited from FastColoredTextBox.) | |
| SelectNext |
Selectes next fragment for given regex.
(Inherited from FastColoredTextBox.) | |
| SelectNextControl | (Inherited from Control.) | |
| SendToBack | (Inherited from Control.) | |
| SentenceCase |
Convert selected text to sentence case
(Inherited from FastColoredTextBox.) | |
| SetAutoScrollMargin | (Inherited from ScrollableControl.) | |
| SetAutoSizeMode | (Inherited from Control.) | |
| SetBounds(Int32, Int32, Int32, Int32) | (Inherited from Control.) | |
| SetBounds(Int32, Int32, Int32, Int32, BoundsSpecified) | (Inherited from Control.) | |
| SetBoundsCore | (Inherited from Control.) | |
| SetClientSizeCore | (Inherited from Control.) | |
| SetClipboard | (Inherited from FastColoredTextBox.) | |
| SetDisplayRectLocation | (Inherited from ScrollableControl.) | |
| SetParser(Grammar) | ||
| SetParser(LanguageData) | ||
| SetParser(Parser) | ||
| SetScrollState | (Inherited from ScrollableControl.) | |
| SetStyle | (Inherited from Control.) | |
| SetTopLevel | (Inherited from Control.) | |
| SetVisibleCore | (Inherited from Control.) | |
| SetVisibleState |
Set VisibleState of line
(Inherited from FastColoredTextBox.) | |
| Show | (Inherited from Control.) | |
| ShowFindDialog |
Shows find dialog
(Inherited from FastColoredTextBox.) | |
| ShowFindDialog(String) |
Shows find dialog
(Inherited from FastColoredTextBox.) | |
| ShowGoToDialog |
Shows Goto dialog form
(Inherited from FastColoredTextBox.) | |
| ShowReplaceDialog |
Shows replace dialog
(Inherited from FastColoredTextBox.) | |
| ShowReplaceDialog(String) |
Shows replace dialog
(Inherited from FastColoredTextBox.) | |
| SizeFromClientSize | (Inherited from Control.) | |
| SuspendLayout | (Inherited from Control.) | |
| TitleCase |
Convert selected text to title case
(Inherited from FastColoredTextBox.) | |
| ToString | (Inherited from Component.) | |
| UnbookmarkLine |
Unbookmarks current line
(Inherited from FastColoredTextBox.) | |
| Undo |
Undo last operation
(Inherited from FastColoredTextBox.) | |
| Update | (Inherited from Control.) | |
| UpdateBounds | (Inherited from Control.) | |
| UpdateBounds(Int32, Int32, Int32, Int32) | (Inherited from Control.) | |
| UpdateBounds(Int32, Int32, Int32, Int32, Int32, Int32) | (Inherited from Control.) | |
| UpdateDefaultButton | (Inherited from ContainerControl.) | |
| UpdateScrollbars |
Updates scrollbar position after Value changed
(Inherited from FastColoredTextBox.) | |
| UpdateStyles | (Inherited from Control.) | |
| UpdateZOrder | (Inherited from Control.) | |
| UpperCase |
Convert selected text to upper case
(Inherited from FastColoredTextBox.) | |
| Validate | (Inherited from ContainerControl.) | |
| Validate(Boolean) | (Inherited from ContainerControl.) | |
| ValidateChildren | (Inherited from UserControl.) | |
| ValidateChildren(ValidationConstraints) | (Inherited from UserControl.) | |
| WndProc | (Inherited from FastColoredTextBox.) |