Represents IntelliPrompts information.
Definition
Namespace:Telerik.WinForms.Controls.SyntaxEditor.UI.IntelliPrompt
Assembly:Telerik.WinControls.SyntaxEditor.dll
Syntax:
C#
public class SyntaxEditorIntelliPrompts
Inheritance: objectSyntaxEditorIntelliPrompts
Constructors
Initializes a new instance of the SyntaxEditorIntelliPrompts class.
C#
public SyntaxEditorIntelliPrompts(RadSyntaxEditorElement associatedEditor)
The associated editor.
Properties
Gets or sets the completion list window.
C#
public CompletionListPopup CompletionListWindow { get; set; }
The completion list window.
Gets or sets the overload list window.
C#
public OverloadListPopup OverloadListWindow { get; set; }
The overload list window.