IPopupIntellisensePresenter.SurfaceElement Property

Definition

Gets the WPF UIElement that the presenter wants to be displayed inside a ITextView popup.

public:
 property System::Windows::UIElement ^ SurfaceElement { System::Windows::UIElement ^ get(); };
public System.Windows.UIElement SurfaceElement { get; }
member this.SurfaceElement : System.Windows.UIElement
Public ReadOnly Property SurfaceElement As UIElement

Property Value

The WPF UIElement that the presenter wants to be displayed inside a ITextView popup.

Applies to