System.Windows.Forms.HexBox.Select C# (CSharp) Méthode

Select() public méthode

Selects the hex box.
public Select ( long start, long length ) : void
start long the start index of the selection
length long the length of the selection
Résultat void
        public void Select(long start, long length)
        {
            InternalSelect(start, length);
            ScrollByteIntoView();
        }