C# Class FastColoredTextBoxNS.ReadOnlyStyle

This style is used to mark range of text as ReadOnly block
You can inherite this style to add visual effects of readonly text
Inheritance: Style
Afficher le fichier Open project: samarjeet27/ynoteclassic

Méthodes publiques

Méthode Description
Draw ( Graphics gr, Point position, Range range ) : void
ReadOnlyStyle ( ) : System

Method Details

Draw() public méthode

public Draw ( Graphics gr, Point position, Range range ) : void
gr System.Drawing.Graphics
position Point
range Range
Résultat void

ReadOnlyStyle() public méthode

public ReadOnlyStyle ( ) : System
Résultat System