Interface ICompletionButton
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.