Table of Contents

Interface ICodeCompletionHint

Namespace
Alternet.Editor.CodeCompletion
Assembly
Alternet.Editor.v9.dll

Represents properties and methods of a popup window that displays code completion information presented in the form of a tooltip window..

public interface ICodeCompletionHint : ICodeCompletionWindow, ISyntaxPaint

Properties

AutoHide

When implemented by a class, gets or sets a value that indicates whether ICodeCompletionHint should be closed after some period of time.

AutoHidePause

When implemented by a class, gets or sets a value that specifies delay, in milliseconds, between displaying and hiding popup hint.

CustomPainter

When implemented by a class, specifies a custom painter that provides control's drawing.

Enabled

When implemented by a class, enables or disables the hint

Visible

When implemented by a class, gets or sets a value indicating whether the control is displayed.

Methods

ResetAutoHide()

When implemented by a class, resets the AutoHide to the default value.

ResetAutoHidePause()

When implemented by a class, resets the AutoHidePause to the default value.

Events

HyperTextClick

When implemented by a class, occurs when a user clicks on hypertext in the hint.