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.
ToolStripSplitButtonでボタンのみ(ドロップダウンメニューなし)として使用したいStatusStrip。
ToolStripSplitButton
StatusStrip
このため、小さな矢印を表示したくないのですが、これはできません。
0 に設定してこれを実行しようとしToolStripSplitButton.DropDownButtonWidthましたが、Windows 7 では正常に動作しますが、Windows XP では動作しません。
ToolStripSplitButton.DropDownButtonWidth
小さな矢を取り除く方法は?
ToolStripSplitButton の代わりに ToolStripDropDownButton を使用します。ToolStripDropDownButton には、ドロップダウン矢印を非表示にできるプロパティ ShowDropDownArrow があります。