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

Keeps track of multiple text formatting
Show 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 property

public Color foreColor
return Color

selectionEnd public property

public long selectionEnd
return long

selectionStart public property

public long selectionStart
return long