SelectionStyle Class

T3000 CrossPlatform

SelectionStyle Class

[This is preliminary documentation and is subject to change.]

Renderer for selected area
Inheritance Hierarchy
SystemObject  FastColoredTextBoxNSStyle
    FastColoredTextBoxNSSelectionStyle

Namespace:  FastColoredTextBoxNS
Assembly:  FastColoredTextBox (in FastColoredTextBox.dll) Version: 2.16.23.0 (2.16.23.0)
Syntax
public class SelectionStyle : Style
Public Class SelectionStyle
	Inherits Style

Dim instance As SelectionStyle

The SelectionStyle type exposes the following members.

Constructors
  NameDescription
Public methodSelectionStyle
Initializes a new instance of the SelectionStyle class
Top
Properties
Methods
  NameDescription
Protected methodAddVisualMarker
Shows VisualMarker Call this method in Draw method, when you need to show VisualMarker for your style
(Inherited from Style.)
Public methodDispose (Inherited from Style.)
Public methodDraw (Overrides StyleDraw(Graphics, Point, Range).)
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetCSS
Returns CSS for export to HTML
(Inherited from Style.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetRTF
Returns RTF descriptor for export to RTF
(Inherited from Style.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodOnVisualMarkerClick
Occurs when user click on StyleVisualMarker joined to this style
(Inherited from Style.)
Public methodToString (Inherited from Object.)
Top
Events
  NameDescription
Public eventVisualMarkerClick
Occurs when user click on StyleVisualMarker joined to this style
(Inherited from Style.)
Top
See Also