Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
その場所に長方形のサイズのコントロールを配置したいと思います。
私はこのように試しました:
Me.RichTextBox1.SetBounds(myRectangle)
ただし、四角形を受け入れるオーバーロードされた SetBounds はありません。それは本当に私を混乱させます。
代わりに、コントロールの境界を設定することができます:
Me.RichTextBox1.Bounds = myRectangle