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.
c# と wpf テキストボックスで文字列を部分的に編集できるようにする方法はありますか? TextBox の内容がたとえば
"http://xxxx.xxx/xx/path?param1=xxx¶m2=xxx"
x は任意の長さに置き換えることができますが、それ以外のものは一定であり、テキストボックスで編集できません。そのようなことを達成する方法はありますか?