Interface ICodeCompletionButton
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.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
- ButtonImage
When implemented b a class gets or sets button's image
- Menu
When implemented by a class, gets drop down menu.
- Visible
When implemented by a class, gets or sets a value indicating whether the control is displayed.
Methods
- DropDown()
When implemented by a class, displays button's popup menu.