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

Keeps track of multiple text formatting
Mostra file Open project: troymac1ure/Entity

Public Properties

Property Type Description
foreColor Color
selectionEnd long
selectionStart long

Public Methods

Method Description
SelectionStruct ( long SelectionStart, long SelectionEnd, Color ForeColor ) : System

Method Details

SelectionStruct() public method

public SelectionStruct ( long SelectionStart, long SelectionEnd, Color ForeColor ) : System
SelectionStart long
SelectionEnd long
ForeColor Color
return System

Property Details

foreColor public_oe property

public Color foreColor
return Color

selectionEnd public_oe property

public long selectionEnd
return long

selectionStart public_oe property

public long selectionStart
return long