Class SyntaxEditorIntelliPrompts
Represents IntelliPrompts information.
Inheritance
System.Object
SyntaxEditorIntelliPrompts
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class SyntaxEditorIntelliPrompts : Object
Constructors
SyntaxEditorIntelliPrompts(RadSyntaxEditor)
Initializes a new instance of the Syntax
Declaration
public SyntaxEditorIntelliPrompts(RadSyntaxEditor associatedEditor)
Parameters
Rad The associated editor. |
Properties
CompletionListWindow
Gets or sets the completion list window.
Declaration
public CompletionListPopup CompletionListWindow { get; set; }
Property Value
Completion The completion list window. |
OverloadListWindow
Gets or sets the overload list window.
Declaration
public OverloadListPopup OverloadListWindow { get; set; }
Property Value
Overload The overload list window. |