Class OverloadListPopup
Class OverloadListPopup. Implements the IntelliPromptBase
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class OverloadListPopup : IntelliPromptBase, IThemeChangeListener, IDisposable
Constructors
OverloadListPopup(RadSyntaxEditorElement)
Initializes a new instance of the OverloadListPopup class.
Declaration
public OverloadListPopup(RadSyntaxEditorElement syntaxEditor)
Parameters
RadSyntaxEditorElement
syntaxEditor
The code editor. |
Properties
DescriptionControl
Declaration
public TextContainerUserControl DescriptionControl { get; }
Property Value
TextContainerUserControl
|
DownButton
InfoLabel
Presenter
Gets the presenter.
Declaration
public OverloadListPresenter Presenter { get; }
Property Value
OverloadListPresenter
The presenter. |
SingatureControl
Declaration
public TextContainerUserControl SingatureControl { get; }
Property Value
TextContainerUserControl
|
UpButton
Methods
EditorLocationChanged(Object, EventArgs)
Declaration
protected override void EditorLocationChanged(object sender, EventArgs e)
Parameters
System.Object
sender
|
System.EventArgs
e
|
Overrides
ReadOwnerProperties()
Declaration
protected override void ReadOwnerProperties()
Overrides
Reset()
Resets this instance.
Declaration
protected override void Reset()