C# Class ARCed.Scintilla.StyleRun

Defines a run of styled text in a Scintilla control
Afficher le fichier Open project: borisblizzard/arcreator Class Usage Examples

Méthodes publiques

Свойство Type Description
Empty StyleRun

Méthodes publiques

Méthode Description
StyleRun ( int length, int style )

Initializes a new instance of the StyleRun struct.

Method Details

StyleRun() public méthode

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_oe static_oe property

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