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