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.
默认颜色是黑色,我找不到相关的属性来改变前景色。你能建议吗?
ForeColor 可以更改,但我认为您必须在运行时执行此操作:
ToolStripMenuItem1.ForeColor = Color.BlanchedAlmond