Skybound.Gecko.GeckoSelection.CollapseToEnd C# (CSharp) Method

CollapseToEnd() public method

Collapses the whole selection to a single point at the end of the current selection (irrespective of direction). If content is focused and editable, the caret will blink there.
public CollapseToEnd ( ) : void
return void
        public void CollapseToEnd()
        {
            Selection.CollapseToEnd();
        }