MindFusion.Java Package Programmer's Guide
EditComponent.setSelectionStart Method
See Also
 






Sets the start of the selection in the edit component. Setting this property will reset SelectionLength to 0.

Namespace: com.mindfusion.diagramming.components
Package: com.mindfusion.diagramming.components

 Syntax

Java  Copy Code

public void setSelectionStart (
    int value
)

 Parameters

value

An integer specifying the start of the current selection.

 See Also

EditComponent Members
EditComponent Class
com.mindfusion.diagramming.components Namespace