ToolStripDropDownMenu.DefaultPadding Property

Definition

Gets the internal spacing, in pixels, of the control.

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

Property Value

A Padding object representing the spacing.

Applies to