C# Class XPathVisualizer.XPathVisualizerTool.FormatChange

Exibir arquivo 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_oe property

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

Length public_oe property

public int Length
return int

Start public_oe property

public int Start
return int