Interface ICodeCompletionHint
Represents properties and methods to display a popup window containing Code Completion information presented in the form of a tooltip window.
public interface ICodeCompletionHint : ICodeCompletionWindow
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.
- Enabled
When implemented by a class, enables or disables the hint.
- InnerControl
When implemented by a class, represents
CodeCompletionHintControl
control contained in popup window.
- Lexer
When implemented by a class, gets or sets an object that can make lexical analysis for the hint control content.
- Visible
When implemented by a class, shows or hides hint.
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.