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

CollapseToStart() public method

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