Class SyntaxEditorIntelliPrompts
Represents IntelliPrompts information.
Inheritance
System.Object
SyntaxEditorIntelliPrompts
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Controls.SyntaxEditor.UI.IntelliPrompt
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public class SyntaxEditorIntelliPrompts
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. |