C# Class Be.Windows.Forms.HexBox.SelectionStruct

Keeps track of multiple text formatting
Afficher le fichier Open project: troymac1ure/Entity

Méthodes publiques

Свойство Type Description
foreColor Color
selectionEnd long
selectionStart long

Méthodes publiques

Méthode Description
SelectionStruct ( long SelectionStart, long SelectionEnd, Color ForeColor ) : System

Method Details

SelectionStruct() public méthode

public SelectionStruct ( long SelectionStart, long SelectionEnd, Color ForeColor ) : System
SelectionStart long
SelectionEnd long
ForeColor Color
Résultat System

Property Details

foreColor public_oe property

public Color foreColor
Résultat Color

selectionEnd public_oe property

public long selectionEnd
Résultat long

selectionStart public_oe property

public long selectionStart
Résultat long