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 SyntaxEditorIntelliPrompts class.
Declaration
public SyntaxEditorIntelliPrompts(RadSyntaxEditor associatedEditor)
Parameters
RadSyntaxEditor
associatedEditor
The associated editor. |
Properties
CompletionListWindow
Gets or sets the completion list window.
Declaration
public CompletionListPopup CompletionListWindow { get; set; }
Property Value
CompletionListPopup
The completion list window. |
OverloadListWindow
Gets or sets the overload list window.
Declaration
public OverloadListPopup OverloadListWindow { get; set; }
Property Value
OverloadListPopup
The overload list window. |