Method | Description | |
---|---|---|
Selection ( int index ) : System |
Initializes a new instance of the Selection class.
|
|
SetPosition ( int pos ) : void |
Sets both anchor and caret position to the same position
|
public Selection ( int index ) : System | ||
index | int | The index of this selection within the SelectionCollection that created it. |
return | System |