ClassSyntaxEditorIntelliPrompts
Class
Represents IntelliPrompts information.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public class SyntaxEditorIntelliPrompts
Inheritance: objectSyntaxEditorIntelliPrompts
Constructors
SyntaxEditorIntelliPrompts(RadSyntaxEditor)
Initializes a new instance of the SyntaxEditorIntelliPrompts class.
Declaration
cs-api-definition
public SyntaxEditorIntelliPrompts(RadSyntaxEditor 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.