Click or drag to resize

EditorViewSelLength Property

This property controls the length (number of characters) of the current selection.

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

Property Value

Type: Int32
Remarks
See also SelStart, SelText and TextLength.
See Also