Свойство | Тип | Описание | |
---|---|---|---|
Color | Color | ||
EndLineNr | int | ||
ReadOnly | bool | ||
StartLineNr | int |
Метод | Описание | |
---|---|---|
CustomLine ( int lineNr, Color customColor, bool readOnly ) : System | ||
CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System |
public CustomLine ( int lineNr, Color customColor, bool readOnly ) : System | ||
lineNr | int | |
customColor | Color | |
readOnly | bool | |
Результат | System |
public CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System | ||
startLineNr | int | |
endLineNr | int | |
customColor | Color | |
readOnly | bool | |
Результат | System |