EditorViewSelLength Property
|
This property controls the length (number of characters) of the current selection.
Namespace:
Kofax.OmniPageCSDK.ToolBoxes
Assembly:
Kofax.OmniPageCSDK.ToolBoxes (in Kofax.OmniPageCSDK.ToolBoxes.dll) Version: 1.0.0.0
Syntax [DispIdAttribute(138)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)]
public int SelLength { get; set; }
<DispIdAttribute(138)>
<BrowsableAttribute(false)>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
Public Property SelLength As Integer
Get
Set
public:
[DispIdAttribute(138)]
[BrowsableAttribute(false)]
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
property int SelLength {
int get ();
void set (int value);
}
Property Value
Type:
Int32Remarks
See also SelStart, SelText and TextLength.
See Also