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; }<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(false)>
<DispIdAttribute(138)>
Public Property SelLength As Integer
Get
Set
public:
[DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility::Hidden)]
[BrowsableAttribute(false)]
[DispIdAttribute(138)]
property int SelLength {
int get ();
void set (int value);
}Property Value
Type:
Int32
Remarks
See also SelStart, SelText and TextLength.
See Also