OverloadListPopup
Class
Class OverloadListPopup. Implements the IntelliPromptBase
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class OverloadListPopup : IntelliPromptBase, IDropTarget, ISynchronizeInvoke, IWin32Window, IBindableComponent, IComponent, IContainerControl, IThemeChangeListener, IDisposable
Inheritance: objectMarshalByRefObjectComponentControlScrollableControlContainerControlFormShapedFormIntelliPromptBaseOverloadListPopup...
Implements:
Inherited Members
Constructors
Initializes a new instance of the OverloadListPopup class.
C#
public OverloadListPopup(RadSyntaxEditorElement syntaxEditor)
The code editor.
Properties
C#
public TextContainerUserControl DescriptionControl { get; }
C#
public RadLabel DownButton { get; }
Gets the presenter.
C#
public OverloadListPresenter Presenter { get; }
The presenter.
C#
public TextContainerUserControl SingatureControl { get; }
Methods
C#
protected override void ReadOwnerProperties()
Overrides:
Resets this instance.
C#
protected override void Reset()
Overrides:
C#
protected override void UpdatePopupSize()
Overrides: