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.
Net Advantage 2009.2 を使用しています。Windowsフォームでこの問題があり、texbox内に大きなフォントサイズが必要です。誰でも私を助けることができますか?
Designerを使用している場合は、TextBoxToolアイテムを選択し、サイズを変更します。
コードを使用してUIを構築している場合は、次のようにします。
textBoxTool1.InstanceProps.Width = 114;