Class CodeCompletionButton
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 : CodeCompletionWindowBase, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient, IAddChild, ICodeCompletionButton, ICodeCompletionWindow- Inheritance
- 
      
      
      
      
      
      
      
      
      
      
      CodeCompletionButton
- Implements
- Extension Methods
Constructors
- CodeCompletionButton(Control, ImageSource)
- Initializes a new instance of the - CodeCompletionButtonclass with a specified owner.
Properties
- CanCloseNow
- Indicates if popup window can be closed. 
- CompletionButton
- When implemented by a class, represents a content container for - ICodeCompletionButtonpopup control.
- IsDropDown
- Determines if button menu is visible. 
- Menu
- When implemented by a class, gets drop down menu. 
Methods
- DropDown()
- Display drop down menu. 
- PopupAt(Point, ICodeCompletionProvider)
- Displays popup window at the specified position.