Interface IEditLineStyle
Represents properties and methods for a particular style of the line in Edit control.
public interface IEditLineStyle
Properties
- BackColor
When implemented by a class, gets or sets background color of the
IEditLineStyle.
- ForeColor
When implemented by a class, gets or sets foreground color of the
IEditLineStyle.
- ImageIndex
When implemented by a class, gets or sets the index of the image displayed for the
IEditLineStyle.
- Name
When implemented by a class, gets or sets name of the
ILineStyle.
- Options
When implemented by a class, gets or sets display options for the
IEditLineStyle.
- PenColor
When implemented by a class, gets or sets pen color of the
IEditLineStyle.
Methods
- Assign(IEditLineStyle)
When implemented by a class, copies the contents from another
ILineStyleobject.
- GetBackColor(Color)
When implemented by a class, returns
BackColororForeColordepending onOptions.
- GetForeColor(Color)
Returns
ForeColororBackColordepending onOptions.
- ResetBackColor()
When implemented by a class, resets the
BackColorto the default value.
- ResetForeColor()
When implemented by a class, resets the
ForeColorto the default value.
- ResetImageIndex()
When implemented by a class, resets the
ImageIndexto the default value.
- ResetOptions()
When implemented by a class, resets the
Optionsto the default value.
- ResetPenColor()
When implemented by a class, resets the
PenColorto the default value.