C# Class ARCed.Scintilla.StyleRun

Defines a run of styled text in a Scintilla control
Show file Open project: borisblizzard/arcreator Class Usage Examples

Public Properties

Property Type Description
Empty StyleRun

Public Methods

Method Description
StyleRun ( int length, int style )

Initializes a new instance of the StyleRun struct.

Method Details

StyleRun() public method

Initializes a new instance of the StyleRun struct.
public StyleRun ( int length, int style )
length int The length of the run.
style int The zero-based index of the style that the run represents.

Property Details

Empty public static property

Represents a new instance of the StyleRun struct with member data left uninitialized.
public static StyleRun,ARCed.Scintilla Empty
return StyleRun