Table of Contents

Interface ICodeCompletionButton

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

Represents properties and methods of a popup window that displays code completion information presented in the form of drop-down button.

public interface ICodeCompletionButton : ICodeCompletionWindow

Properties

CompletionButton

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

IsDropDown

When implemented by a class, determines if button menu is visible.

Menu

When implemented by a class, gets drop down menu.

Methods

DropDown()

When implemented by a class, displays button's popup menu.