SetBidiLevel Method
SetBidiLevel(int, int, byte, byte)
Sets a bidirectional level on the range, which is called once per run change (either explicit or resolved implicit).
Declaration
int SetBidiLevel(int textPosition, int textLength, byte explicitLevel, byte resolvedLevel)
Function SetBidiLevel(textPosition As Integer, textLength As Integer, explicitLevel As Byte, resolvedLevel As Byte) As Integer
Parameters
| Type |
Name |
Description |
| int |
textPosition |
|
| int |
textLength |
|
| byte |
explicitLevel |
|
| byte |
resolvedLevel |
|
Returns