Table of Contents

Interface ICompletionButton

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

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

public interface ICompletionButton : IControl

Properties

ArrowColor

When implemented by a class, gets or sets a background color used to paint ICompletionButton arrow.

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.