ToolStripItem.DefaultMargin プロパティ

定義

項目の既定のマージンを取得します。

protected public:
 virtual property System::Windows::Forms::Padding DefaultMargin { System::Windows::Forms::Padding get(); };
protected internal virtual System.Windows.Forms.Padding DefaultMargin { get; }
member this.DefaultMargin : System.Windows.Forms.Padding
Protected Friend Overridable ReadOnly Property DefaultMargin As Padding

プロパティ値

余白を表す Padding

注釈

プロパティを DefaultMargin オーバーライドして、 の既定の余白を ToolStripItem構成します。

適用対象