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

区分線のサイズと位置を表す Rectangle

属性

注釈

このプロパティを SplitterBounds 使用して、ユーザー設定の描画を行います。

適用対象

こちらもご覧ください