Table of Contents

Class CodeCompletionButton

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Represents class that implements ICodeCompletionButton interface. This object is used to display a popup window containing Code Fix information presented in the form of popup menu.

public class CodeCompletionButton : CodeCompletionWindowBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICodeCompletionButton, ICodeCompletionWindow
Inheritance
CodeCompletionButton
Implements
Extension Methods

Constructors

CodeCompletionButton(Control, ImageSource)

Initializes a new instance of the CodeCompletionButton class with a specified owner.

Properties

CanCloseNow

Indicates if popup window can be closed.

CloseOnFocusLost
CompletionButton

When implemented by a class, represents a content container for ICodeCompletionButton popup control.

IsDropDown

Determines if button menu is visible.

Menu

When implemented by a class, gets drop down menu.

Methods

CreateCompletionButton()
DetachEvents()
DropDown()

Display drop down menu.

GetSelectedItem(bool)
Menu_Closed(object, RoutedEventArgs)
OnShowPopup(ShowingEventArgs)
PopupAt(Point, ICodeCompletionProvider)

Displays popup window at the specified position.

SetProvider(ICodeCompletionProvider)