我想在矩形大小的位置放置一个控件。
我这样试过:
Me.RichTextBox1.SetBounds(myRectangle)
但是,不存在接受矩形的重载SetBounds。这真的让我很困惑。
您只需设置控件的边界即可:
Me.RichTextBox1.Bounds = myRectangle