Interface ICodeSnippetRange
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents properties to store individual code snippet that can appear in the Edit control.
public interface ICodeSnippetRange : IRange, ICloneable
Properties
- ID
When implemented by a class, represents name of code snippet.
- IsEditable
When implemented by a class, gets or sets a boolean value that indicates whether code snippet can be edited.
- SupportsCode
When implemented by a class, gets or sets a boolean value that indicates whether code snippet can fill code.
- Tooltip
When implemented by a class, represents short description of the code snippet.
- Visible
When implemented by a class, gets or sets a boolean value that indicates whether code snippet is visible.