scintilla ExtenderSet Editor Style Method
Sets the editor style for Python language.
Definition
Namespace: DWSIM.UnitOperations
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
Assembly: DWSIM.UnitOperations (in DWSIM.UnitOperations.dll) Version: 10.0.0.0
C#
public static void SetEditorStyle(
this Scintilla scintilla,
string fontname,
int fontsize,
bool viewspaces,
bool capeopen
)VB
<ExtensionAttribute>
Public Shared Sub SetEditorStyle (
scintilla As Scintilla,
fontname As String,
fontsize As Integer,
viewspaces As Boolean,
capeopen As Boolean
)Parameters
- scintilla Scintilla
- fontname String
- Name of the font to be used.
- fontsize Int32
- Size of the font to be used.
- viewspaces Boolean
- Enables or disables whitspace highlighting.
- capeopen Boolean