Class EditLineStyles
Represents a collection of the ILineStyle
objects for Edit control.
[Serializable]
public class EditLineStyles : List<IEditLineStyle>, IList, ICollection, IReadOnlyList<IEditLineStyle>, IReadOnlyCollection<IEditLineStyle>, IEditLineStyles, IList<IEditLineStyle>, ICollection<IEditLineStyle>, IEnumerable<IEditLineStyle>, IEnumerable
- Inheritance
-
EditLineStyles
- Implements
- Extension Methods
Constructors
- EditLineStyles()
Initializes a new instance of the
EditLineStyles
class with default settings.
- EditLineStyles(ISyntaxEdit)
Initializes a new instance of the
EditLineStyles
class with a specified owner.
Properties
- this[int]
Gets or sets the element at the specified index.
Methods
- AddLineStyle()
Adds a new
LineStyle
to the collection.
- AddLineStyle(string, Color, Color, Color, int, LineStyleOptions)
Adds a new
LineStyle
with specified parameters to the collection.
- Assign(IEditLineStyles)
Copies the contents from another
IEditLineStyles
object.
- IndexOfName(string)
Returns the zero-based index of the first occurrence of the specified Name in the line style collection.