New to Telerik UI for WinFormsStart a free 30-day trial

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)
Parameters:associatedEditorRadSyntaxEditorElement

The associated editor.

Properties

Gets or sets the completion list window.

C#
public CompletionListPopup CompletionListWindow { get; set; }
Property Value:

The completion list window.

Gets or sets the overload list window.

C#
public OverloadListPopup OverloadListWindow { get; set; }
Property Value:

The overload list window.