IEditLineStyles Interface
Definition
Namespace: Alternet.Editor
Assembly: Alternet.Editor.v9.dll
Represents properties and methods for a collection of the ILineStyle
objects each one specifying a particular style of the line in Edit control.
Syntax
public interface IEditLineStyles : IList<IEditLineStyle>, ICollection<IEditLineStyle>, IEnumerable<IEditLineStyle>, IEnumerable
Methods
AddLineStyle() | When implemented by a class, adds a new |
AddLineStyle(String, Color, Color, Color, Int32, LineStyleOptions) | When implemented by a class, adds a new |
Assign(IEditLineStyles) | When implemented by a class, copies the contents from another |
IndexOfName(String) | When implemented by a class, returns the zero-based index of the first occurrence of the specified Name in the line style collection. |