get_selection_bounds


Description:

public bool get_selection_bounds (out int start, out int end)

Gets the selected range of characters in the label.

The returned start and end positions are in characters.

Parameters:

this

a label

start

return location for start of selection

end

return location for end of selection

Returns:

true if selection is non-empty