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
显示文件 Open project: samarjeet27/ynoteclassic

Public Methods

Method Description
Draw ( Graphics gr, Point position, Range range ) : void
ReadOnlyStyle ( ) : System

Method Details

Draw() public method

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

ReadOnlyStyle() public method

public ReadOnlyStyle ( ) : System
return System