共用方式為


ToolStripSplitButton.SplitterBounds 屬性

定義

取得標準按鈕與下拉按鈕部分 ToolStripSplitButton之間的分隔符邊界。

public:
 property System::Drawing::Rectangle SplitterBounds { System::Drawing::Rectangle get(); };
[System.ComponentModel.Browsable(false)]
public System.Drawing.Rectangle SplitterBounds { get; }
[<System.ComponentModel.Browsable(false)>]
member this.SplitterBounds : System.Drawing.Rectangle
Public ReadOnly Property SplitterBounds As Rectangle

屬性值

Rectangle A代表分隔符的大小與位置。

屬性

備註

利用該 SplitterBounds 物業進行客製化油漆。

適用於

另請參閱