5

I want to use ToolStripSplitButton as a button only (no drop down menu) in my StatusStrip.

For this reason i want to not display the little arrow, but i can't do this.

Tried do this with setting ToolStripSplitButton.DropDownButtonWidth to 0, and it works successfull in windows 7 but not in windows xp.

how to get rid of the little arrow?

4

1 回答 1

6

使用 ToolStripDropDownButton 而不是 ToolStripSplitButton。ToolStripDropDownButton 有一个属性 ShowDropDownArrow,它允许您隐藏下拉箭头。

于 2010-09-27T16:41:16.683 回答