IEditLineStyle Interface
Definition
Represents properties and methods for a particular style of the line in Edit control.
Syntax
public interface IEditLineStyle
Properties
BackColor | When implemented by a class, gets or sets background color of the |
ForeColor | When implemented by a class, gets or sets foreground color of the |
ImageIndex | When implemented by a class, gets or sets the index of the image displayed for the |
Name | When implemented by a class, gets or sets name of the |
Options | When implemented by a class, gets or sets display options for the |
PenColor | When implemented by a class, gets or sets pen color of the |
Methods
Assign(IEditLineStyle) | When implemented by a class, copies the contents from another |
GetBackColor(Color) | When implemented by a class, returns |
GetForeColor(Color) | Returns |
ResetBackColor() | When implemented by a class, resets the |
ResetForeColor() | When implemented by a class, resets the |
ResetImageIndex() | When implemented by a class, resets the |
ResetOptions() | When implemented by a class, resets the |
ResetPenColor() | When implemented by a class, resets the |