共用方式為


ToolStripComboBox.DefaultMargin 屬性

定義

取得 ToolStripComboBox 和相鄰項目之間的預設間距 (以像素為單位)。

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

屬性值

Padding

Padding 值。

備註

DefaultMargin覆寫 屬性以設定的預設 ToolStripComboBox 大小。 這比在建構函式中設定大小更有效率。

適用於