LongoMatch.Gui.Dialog.EntryDialog.SelectText C# (CSharp) Method

SelectText() public method

public SelectText ( ) : void
return void
        public void SelectText()
        {
            this.entry1.SelectRegion (0, -1);
        }