T3000 CrossPlatform Documentation
IronyFCTB Events |
[This is preliminary documentation and is subject to change.]
The IronyFCTB type exposes the following members.
Events
Name | Description | |
---|---|---|
AutoIndentNeeded |
It occurs when calculates AutoIndent for new line
(Inherited from FastColoredTextBox.) | |
AutoSizeChanged | (Inherited from UserControl.) | |
AutoValidateChanged | (Inherited from UserControl.) | |
BackColorChanged | (Inherited from Control.) | |
BackgroundImageChanged | (Inherited from Control.) | |
BackgroundImageLayoutChanged | (Inherited from Control.) | |
BindingContextChanged | (Inherited from Control.) | |
CausesValidationChanged | (Inherited from Control.) | |
ChangeUICues | (Inherited from Control.) | |
Click | (Inherited from Control.) | |
ClientSizeChanged | (Inherited from Control.) | |
ContextMenuChanged | (Inherited from Control.) | |
ContextMenuStripChanged | (Inherited from Control.) | |
ControlAdded | (Inherited from Control.) | |
ControlRemoved | (Inherited from Control.) | |
CursorChanged | (Inherited from Control.) | |
CustomAction |
Occurs when user pressed key, that specified as CustomAction
(Inherited from FastColoredTextBox.) | |
Disposed | (Inherited from Component.) | |
DockChanged | (Inherited from Control.) | |
DoubleClick | (Inherited from Control.) | |
DragDrop | (Inherited from Control.) | |
DragEnter | (Inherited from Control.) | |
DragLeave | (Inherited from Control.) | |
DragOver | (Inherited from Control.) | |
EnabledChanged | (Inherited from Control.) | |
Enter | (Inherited from Control.) | |
FoldingHighlightChanged |
Occurs when current highlighted folding area is changed.
Current folding area see in StartFoldingLine and EndFoldingLine.
(Inherited from FastColoredTextBox.) | |
FontChanged | (Inherited from Control.) | |
ForeColorChanged | (Inherited from Control.) | |
GiveFeedback | (Inherited from Control.) | |
GotFocus | (Inherited from Control.) | |
HandleCreated | (Inherited from Control.) | |
HandleDestroyed | (Inherited from Control.) | |
HelpRequested | (Inherited from Control.) | |
HintClick |
HintClick event.
It occurs if user click on the hint.
(Inherited from FastColoredTextBox.) | |
ImeModeChanged | (Inherited from Control.) | |
Invalidated | (Inherited from Control.) | |
KeyDown | (Inherited from Control.) | |
KeyPress | (Inherited from Control.) | |
KeyPressed |
It occurs when visible char is enetered (alphabetic, digit, punctuation, DEL, BACKSPACE)
(Inherited from FastColoredTextBox.) | |
KeyPressing |
It occurs when visible char is enetering (alphabetic, digit, punctuation, DEL, BACKSPACE)
(Inherited from FastColoredTextBox.) | |
KeyUp | (Inherited from Control.) | |
Layout | (Inherited from Control.) | |
Leave | (Inherited from Control.) | |
LineInserted |
Occurs when line was inserted/added
(Inherited from FastColoredTextBox.) | |
LineRemoved |
Occurs when line was removed
(Inherited from FastColoredTextBox.) | |
Load | (Inherited from UserControl.) | |
LocationChanged | (Inherited from Control.) | |
LostFocus | (Inherited from Control.) | |
MarginChanged | (Inherited from Control.) | |
MouseCaptureChanged | (Inherited from Control.) | |
MouseClick | (Inherited from Control.) | |
MouseDoubleClick | (Inherited from Control.) | |
MouseDown | (Inherited from Control.) | |
MouseEnter | (Inherited from Control.) | |
MouseHover | (Inherited from Control.) | |
MouseLeave | (Inherited from Control.) | |
MouseMove | (Inherited from Control.) | |
MouseUp | (Inherited from Control.) | |
MouseWheel | (Inherited from Control.) | |
Move | (Inherited from Control.) | |
PaddingChanged | (Inherited from Control.) | |
Paint | (Inherited from Control.) | |
PaintLine |
It occurs when line background is painting
(Inherited from FastColoredTextBox.) | |
ParentChanged | (Inherited from Control.) | |
Pasting |
Occurs when user paste text from clipboard
(Inherited from FastColoredTextBox.) | |
PreviewKeyDown | (Inherited from Control.) | |
QueryAccessibilityHelp | (Inherited from Control.) | |
QueryContinueDrag | (Inherited from Control.) | |
RegionChanged | (Inherited from Control.) | |
Resize | (Inherited from Control.) | |
RightToLeftChanged | (Inherited from Control.) | |
Scroll | (Inherited from ScrollableControl.) | |
ScrollbarsUpdated |
Occurs when scroolbars are updated
(Inherited from FastColoredTextBox.) | |
SelectionChanged |
SelectionChanged event.
It occurs after changing of selection.
(Inherited from FastColoredTextBox.) | |
SelectionChangedDelayed |
SelectionChangedDelayed event.
It occurs after changing of selection.
This event occurs with a delay relative to SelectionChanged, and fires only once.
(Inherited from FastColoredTextBox.) | |
SizeChanged | (Inherited from Control.) | |
StyleChanged | (Inherited from Control.) | |
StyleNeeded | ||
SystemColorsChanged | (Inherited from Control.) | |
TabIndexChanged | (Inherited from Control.) | |
TabStopChanged | (Inherited from Control.) | |
TextChanged |
TextChanged event.
It occurs after insert, delete, clear, undo and redo operations.
(Inherited from FastColoredTextBox.) | |
TextChangedDelayed |
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.) | |
TextChanging |
TextChanging event.
It occurs before insert, delete, clear, undo and redo operations.
(Inherited from FastColoredTextBox.) | |
ToolTipNeeded |
Occurs when mouse is moving over text and tooltip is needed
(Inherited from FastColoredTextBox.) | |
UndoRedoStateChanged |
Occurs when undo/redo stack is changed
(Inherited from FastColoredTextBox.) | |
Validated | (Inherited from Control.) | |
Validating | (Inherited from Control.) | |
VisibleChanged | (Inherited from Control.) | |
VisibleRangeChanged |
VisibleRangeChanged event.
It occurs after changing of visible range.
(Inherited from FastColoredTextBox.) | |
VisibleRangeChangedDelayed |
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.) | |
VisualMarkerClick |
It occurs when user click on VisualMarker.
(Inherited from FastColoredTextBox.) | |
WordWrapNeeded |
Occurs when custom wordwrap is needed
(Inherited from FastColoredTextBox.) | |
ZoomChanged |
Occurs when component was zoomed
(Inherited from FastColoredTextBox.) |
See Also