Class CodeCompletionHintControl
Represents a tooltip-like control used in a code completion.
public class CodeCompletionHintControl : Control, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IQueryAmbient
- Inheritance
-
CodeCompletionHintControl
- Implements
- Derived
- Extension Methods
Constructors
- CodeCompletionHintControl()
Initializes a new instance of the
CodeCompletionHintControl
class with default settings.
Fields
- CompletionButtonArrowProperty
Identifies the CompletionButtonArrow dependency property.
- CompletionHintBackgroundProperty
Identifies the CompletionHintBackground dependency property.
- CurrentIndexTextProperty
Gets a DependencyProperty bind
CurrentIndexText
property.
- DescriptionProperty
Gets a DependencyProperty bind
Description
property.
- DescriptionVisibleProperty
Gets a DependencyProperty bind
DescriptionVisible
property.
- HintNameProperty
Gets a DependencyProperty bind
HintName
property.
- ImageHeightProperty
Identifies the ImageHeight dependency property.
- ImageProperty
Identifies the Image dependency property.
- ImageWidthProperty
Identifies the ImageWidth dependency property.
- NeedArrowsProperty
Gets a DependencyProperty bind
NeedArrows
property.
- TextProperty
Gets a DependencyProperty bind
Text
property.
- UseHtmlFormattingProperty
Gets a DependencyProperty bind
UseHtmlFormatting
property.
Properties
- CompletionButtonArrow
Gets or sets brush used to paint arrow.
- CompletionHintBackground
Gets or sets brush used to paint background.
- CurrentIndexText
Gets or sets string information about current index.
- Description
Gets or sets Description part of the text displayed in the popup window.
- DescriptionVisible
Gets or sets a boolean value indicating whether Description part of text should be visible.
- Editor
Represents a
TextEditor
control owning thisCodeCompletionHintControl
object.
- HintName
Gets or sets Name part of the text displayed in the popup window.
- Image
Gets or sets Image associated with this hint.
- ImageHeight
Gets or sets Image height associated with this hint.
- ImageWidth
Gets or sets Image width associated with this hint.
- NeedArrows
Indicates whether hint control have to paint up/down arrows.
- Text
Gets or sets text displayed in the popup window.
- UseHtmlFormatting
Gets or sets a boolean value indicating whether html formatting tags may appear in the text.
Methods
- MeasureOverride(Size)
Called to remeasure a control.
- OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call ApplyTemplate().