Class CodeCompletionButton
- Namespace
- Alternet.Editor.CodeCompletion
- Assembly
- Alternet.Editor.v9.dll
Represents class that implements ICodeCompletionButton
interface. This object is used to display a popup window containing Code Fix information presented in the form of popup menu.
public class CodeCompletionButton : CodeCompletionWindow, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IDisposable, IContainerControl, IControl, ICodeCompletionButton, ICodeCompletionWindow
- Inheritance
-
CodeCompletionButton
- Implements
Constructors
- CodeCompletionButton(Control, Image)
Initializes a new instance of the
CodeCompletionButton
class with a specified owner.
Properties
- ButtonImage
Gets or sets button's image
- CompletionButton
Gets code completion button control.
- Menu
Gets drop down menu.
Methods
- DropDown()
Display drop down menu.
- PopupAt(Point, ICodeCompletionProvider)
Displays popup window at the specified position.