Blink.GUI.ImageButton.select C# (CSharp) Method

select() public method

public select ( int p ) : void
p int
return void
        public void select(int p)
        {
            selected = true;
            locks[p] = true;
        }

Same methods

ImageButton::select ( ) : void