Table of Contents

Interface ICompletionButton

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

Represents properties and methods of button control that appears in the code completion window.

public interface ICompletionButton

Properties

Menu

When implemented by a class, gets the menu items of the ICompletionButton.

Provider

When implemented by a class, represents the object that provides data for code completion. ICodeCompletionProvider

Methods

GetSelectedItem(bool)

When implemented by a class, returns currently selected item.

ResetContent()

When implemented by a class, updates ICompletionButton content from its Provider.