Interface IEditLineStyles
Represents properties and methods for a collection of the ILineStyle
objects each one specifying a particular style of the line in Edit control.
public interface IEditLineStyles : IList<IEditLineStyle>, ICollection<IEditLineStyle>, IEnumerable<IEditLineStyle>, IEnumerable
- Extension Methods
Methods
- AddLineStyle()
When implemented by a class, adds a new
ILineStyle
to the collection.
- AddLineStyle(string, Color, Color, Color, int, LineStyleOptions)
When implemented by a class, adds a new
ILineStyle
with specified parameters to the collection.
- Assign(IEditLineStyles)
When implemented by a class, copies the contents from another
IEditLineStyles
object.
- 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.