System.Windows.Forms.ToolStripComboBox.DefaultMargin Property

Gets the default spacing, in pixels, between the System.Windows.Forms.ToolStripComboBox and an adjacent item.

Syntax

protected override Padding DefaultMargin { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Override the ToolStripComboBox.DefaultMargin property to configure a default size for your System.Windows.Forms.ToolStripComboBox. This is more efficient than setting the size in the constructor.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0