Class CodeSnippetRange
- Namespace
- Alternet.Editor.TextSource
- Assembly
- Alternet.Editor.v9.dll
Represents individual outlining section that can appear in the Edit control.
public class CodeSnippetRange : Range, ICodeSnippetRange, IRange, ICloneable
- Inheritance
-
CodeSnippetRange
- Implements
Constructors
- CodeSnippetRange(Point, Point)
Initializes a new instance of the
CodeSnippetRange
class with specified parameters.
- CodeSnippetRange(Point, Point, string, string, bool)
Initializes a new instance of the
SnippetRange
class with specified parameter.
- CodeSnippetRange(Point, Point, string, string, bool, bool)
Initializes a new instance of the
SnippetRange
class with specified parameter.
- CodeSnippetRange(Point, Point, string, string, bool, bool, bool)
Initializes a new instance of the
SnippetRange
class with specified parameter.
Properties
- ID
Represents name of code snippet.
- IsEditable
Gets or sets a boolean value that indicates whether code snippet can be edited.
- SupportsCode
Gets or sets a boolean value that indicates whether code snippet can fill code.
- Tooltip
Represents short description of the code snippet.
- Visible
Gets or sets a boolean value that indicates whether code snippet is visible.
Methods
- Clone()
Creates a new object that is a copy of the current
CodeSnippetRange
object.