C# Class XPathVisualizer.XPathVisualizerTool.FormatChange

Show file Open project: zippy1981/XPathVisualizer

Public Properties

Property Type Description
ForeColor System.Drawing.Color
Length int
Start int

Public Methods

Method Description
FormatChange ( int start, int length, System color ) : System

Method Details

FormatChange() public method

public FormatChange ( int start, int length, System color ) : System
start int
length int
color System
return System

Property Details

ForeColor public property

public Color,System.Drawing ForeColor
return System.Drawing.Color

Length public property

public int Length
return int

Start public property

public int Start
return int