FCTBAction Enumeration

T3000 CrossPlatform

FCTBAction Enumeration

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

Actions for shortcuts

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public enum FCTBAction
Public Enumeration FCTBAction

Dim instance As FCTBAction
Members
  Member nameValueDescription
None0
AutocompleteMenu1
AutoIndentChars2
BookmarkLine3
ClearHints4
ClearWordLeft5
ClearWordRight6
CommentSelected7
Copy8
Cut9
DeleteCharRight10
FindChar11
FindDialog12
FindNext13
GoDown14
GoDownWithSelection15
GoDown_ColumnSelectionMode16
GoEnd17
GoEndWithSelection18
GoFirstLine19
GoFirstLineWithSelection20
GoHome21
GoHomeWithSelection22
GoLastLine23
GoLastLineWithSelection24
GoLeft25
GoLeftWithSelection26
GoLeft_ColumnSelectionMode27
GoPageDown28
GoPageDownWithSelection29
GoPageUp30
GoPageUpWithSelection31
GoRight32
GoRightWithSelection33
GoRight_ColumnSelectionMode34
GoToDialog35
GoNextBookmark36
GoPrevBookmark37
GoUp38
GoUpWithSelection39
GoUp_ColumnSelectionMode40
GoWordLeft41
GoWordLeftWithSelection42
GoWordRight43
GoWordRightWithSelection44
IndentIncrease45
IndentDecrease46
LowerCase47
MacroExecute48
MacroRecord49
MoveSelectedLinesDown50
MoveSelectedLinesUp51
NavigateBackward52
NavigateForward53
Paste54
Redo55
ReplaceDialog56
ReplaceMode57
ScrollDown58
ScrollUp59
SelectAll60
UnbookmarkLine61
Undo62
UpperCase63
ZoomIn64
ZoomNormal65
ZoomOut66
CustomAction167
CustomAction268
CustomAction369
CustomAction470
CustomAction571
CustomAction672
CustomAction773
CustomAction874
CustomAction975
CustomAction1076
CustomAction1177
CustomAction1278
CustomAction1379
CustomAction1480
CustomAction1581
CustomAction1682
CustomAction1783
CustomAction1884
CustomAction1985
CustomAction2086
See Also