Platforms to show: All Mac Windows Linux Cross-Platform

Back to ScintillaMarkerMBS class.

ScintillaMarkerMBS.Alpha as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The degree of translucency can be chosen by setting an alpha value.

This is only for the content area - in margins, translucency is achieved through the color with alpha.
(Read and Write property)

ScintillaMarkerMBS.BackColor as Color

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The background color of the marker.

(Read and Write property)

ScintillaMarkerMBS.BackColorSelected as Color

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The highlight background color.

Sets the highlight background colour of a marker number when its folding block is selected. The default colour is &cFF0000.
(Read and Write property)

ScintillaMarkerMBS.ForeColor as Color

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The foreground color of the marker.

(Read and Write property)

ScintillaMarkerMBS.Layer as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
Defines the layer where marker is drawn.

When markers are drawn in the content area, either because there is no margin for them or they are of Background or Underline types, they may be drawn translucently over text or opaquely on the base layer. The layer to draw on is defined by this property.
See kLayer* constants.
(Read and Write property)

ScintillaMarkerMBS.Marker as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The marker number.

(Read only property)

ScintillaMarkerMBS.Parent as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The parent control.

(Read only property)

ScintillaMarkerMBS.StrokeWidth as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The stroke width.

Sets the stroke width used to draw the marker in hundredths of a pixel. The default value is 100 indicating a single pixel wide line.
(Read and Write property)

ScintillaMarkerMBS.Symbol as Integer

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The symbol used for this marker.

(Read and Write property)

ScintillaMarkerMBS.Tag as Variant

Type Topic Plugin Version macOS Windows Linux iOS Targets
property Scintilla MBS Scintilla Plugin 22.0 ✅ Yes ✅ Yes ✅ Yes ❌ No Desktop only
The tag value.

A variable for you to put any reference information you like.
(Read only property)

The items on this page are in the following plugins: MBS Scintilla Plugin.


The biggest plugin in space...