2.3.32 SortState

The SortState property specifies the sort state of a RichTextBox record. If the SortState property is specified, it MUST be part of a RichTextBox.ElementProperties.NonSharedElementProperties record. If the SortState property is not specified, the default value is used.          

 SortState = sortStateStart sortStateValue


0


1


2


3


4


5


6


7


8


9

1
0


1


2


3


4


5


6


7


8


9

2
0


1


2


3


4


5


6


7


8


9

3
0


1

sortStateStart

sortStateValue

sortStateStart (1 byte): A byte that specifies the start of SortState property. The value of sortStateStart field MUST be the following value.

Value

Parent

0x1E

ElementProperties.NonSharedElementProperties for RichTextBox

sortStateValue (1 byte): A byte that specifies the sort state of the RichTextBox. The default value of the sortStateValue field is 0x00. The list of acceptable values MUST be defined by the SortOptions enumeration.