Click or drag to resize

EditorViewSelStart Property

This property controls the character index of the first character in the current selection.

Namespace:  OmniPageCSDK.ToolBoxes
Assembly:  OmniPageCSDK.ToolBoxes (in OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax
[DispIdAttribute(137)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
[BrowsableAttribute(false)]
public int SelStart { get; set; }

Property Value

Type: Int32
Remarks

It returns the current insertion position if no text is selected. A selection is defined programmatically by defining its starting point and length (number of characters).

See also SelLength, SelText and TextLength.

See Also