Table of Contents

Class AuiCodeCompletionHint

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.AlternetUI.v10.dll
public class AuiCodeCompletionHint : AuiCodeCompletionWindow, INotifyPropertyChanged, ISupportInitialize, IComponent, IDisposable, INotifyDataErrorInfo, ICodeCompletionHint, ICodeCompletionWindow, ISyntaxPaint
Inheritance
AuiCodeCompletionHint
Implements

Constructors

AuiCodeCompletionHint(Control)

Properties

AutoHide
AutoHidePause
CustomPainter
DisableColorPaint
DisableSyntaxPaint
HideTimer
Hint
Lexer
Painter

Methods

CheckPositionValid()
CreatePopupControl()
Dispose(bool)

Disposes object's resources.

DoClick(object, EventArgs)
DoHide()
DoMouseWheel(object, MouseEventArgs)
DoShow(PointD)
DoUpdateSize(object, EventArgs)
DrawLine(int, PointD, RectD)
DrawLine(int, string, StringItemInfo[], PointD, RectD)
EqualStyles(StringItemInfo, StringItemInfo, bool)
GetFontColor(Color, TextStyle)
GetFontStyle(FontStyle, TextStyle)
GetLexStyle(StringItemInfo, ref TextStyle)
GetSelectedIndex(bool)
MeasureLine(int, int, int)
MeasureLine(int, int, int, double, out int, bool)
MeasureLine(string, StringItemInfo[], int, int)
MeasureLine(string, StringItemInfo[], int, int, double, out int, bool)
OnAutoHideChanged()
OnBackColorChanged()
OnBeforeParentKeyDown(object, KeyEventArgs)

Called before the KeyDown event of the Parent is raised.

OnBeforeParentKeyPress(object, KeyPressEventArgs)

Called before the KeyPress event of the Parent is raised.

OnCustomDraw(RectD, DrawStage, DrawState, IDrawInfo)
OnDisableColorPaintChanged()
OnDisableSyntaxPaintChanged()
OnHideHint(object, EventArgs)
OnHyperTextClick()
OnIntervalChanged()
OnLexerChanged()
OnShowPopup(ShowingEventArgs)
OnStartPosChanged()
PaintSyntax(int, int, PointD, RectD, PointD, bool)
PositionChanged(bool)
Reposition()
ResetAutoHide()
ResetAutoHidePause()
ResetContent()
ResetDisableColorPaint()
ResetDisableSyntaxPaint()
SetProvider(ICodeCompletionProvider)
UpdateHintControl()
UpdateProviderContent(ICodeCompletionProvider, ICodeCompletionProvider)
UpdateProviderParamIndex(ICodeCompletionProvider)

Events

CustomDraw
HyperTextClick