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