Table of Contents

Class AuiCodeCompletionWindow

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

Constructors

AuiCodeCompletionWindow()
AuiCodeCompletionWindow(Control)

Properties

AlphaImages
AutoSize
Bounds

Gets or sets the AbstractControl bounds relative to the parent, in device-independent units.

CompletionFlags
DisplayPos
DoNotFocusPopupControl
EndPos
FocusControl
ForeColor

Gets or sets the foreground color for the control.

ForegroundColor

Gets or sets the foreground color for the control.

IsFocused
OwnerControl
PopupControl
Provider
Showing
Sizeable
StartPos

Methods

CheckMouseMove(object, MouseEventArgs)
CheckPositionValid()
Close(bool)
Close(bool, bool)
Close(bool, bool, char)
Close(bool, char)
CloseDelayed(bool)
CodeEditDisposed()
ContainsControl(Control)
CreatePopupControl()
DisposeManaged()

Override to dispose managed resources. Here we dispose all used object references.

DoClick(object, EventArgs)
DoDoubleClick(object, EventArgs)
DoHide()
DoShow(PointD)
DoShow(PointD, ICodeCompletionProvider)
EnsureVisible(ref PointD)
EnsureVisible(ref PointD, RectD)
GetContainer()
GetContainerScrollbarSize()
GetEditFontHeight()
GetMaxPopupSize()

Gets maximal size of the popup. Returns Null if size is not limited.

GetSelectedIndex(bool)
GetSelectedItem(bool)
GetSyntaxEdit()
OnAfterParentMouseWheel(object, MouseEventArgs)

Called after the MouseWheel event of the Parent is raised.

OnAfterParentScroll(object, ScrollEventArgs)

Called after Scroll event of the Parent is raised.

OnClosePopup(ClosingEventArgs)
OnDisplayPosChanged()
OnEndPosChanged()
OnFontChanged(EventArgs)

Called when the value of the Font property changes.

OnShowPopup(ShowingEventArgs)
OnSizeChanged(EventArgs)

Called when the SizeChanged event.

OnStartPosChanged()
PerformSearch()
Popup()
PopupAt(PointD)
PopupAt(PointD, ICodeCompletionProvider)
PopupAt(double, double)
PositionChanged(int, int, int, int)
ResetAutoSize()
ResetCodeCompletionFlags()
ResetContent()
ResetSizeable()
SetProvider(ICodeCompletionProvider)
UpdateAutoSize()
UpdatePosition(PointD?)

Events

ClosePopup
ShowPopup