Property | Type | Description | |
---|---|---|---|
Color | Color | ||
EndLineNr | int | ||
ReadOnly | bool | ||
StartLineNr | int |
Method | Description | |
---|---|---|
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 | |
return | System |
public CustomLine ( int startLineNr, int endLineNr, Color customColor, bool readOnly ) : System | ||
startLineNr | int | |
endLineNr | int | |
customColor | Color | |
readOnly | bool | |
return | System |