Foxoft.Ci.CiPadGroup.SetBounds C# (CSharp) Method

SetBounds() public method

public SetBounds ( int x, int y, int w, int h ) : void
x int
y int
w int
h int
return void
        public void SetBounds(int x, int y, int w, int h)
        {
            this.TabControl.SetBounds(x, y, w, h);
        }