ActionsPane.Padding Property

Definition

Gets or sets padding within the actions pane.

public:
 property System::Windows::Forms::Padding Padding { System::Windows::Forms::Padding get(); void set(System::Windows::Forms::Padding value); };
[System.ComponentModel.Localizable(true)]
public System.Windows.Forms.Padding Padding { get; set; }
[<System.ComponentModel.Localizable(true)>]
member this.Padding : System.Windows.Forms.Padding with get, set
Public Property Padding As Padding

Property Value

The internal spacing characteristics of the actions pane.

Attributes

Remarks

This property provides the same functionality as the System.Windows.Forms.Control.Padding property. For more information about using this property, see System.Windows.Forms.Control.Padding.

Applies to