ActionsPane.Padding Property
Gets or sets padding within the actions pane.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
Property Padding As Padding
Padding Padding { get; set; }
Property Value
Type: System.Windows.Forms.Padding
The internal spacing characteristics of the actions pane.
Remarks
This property provides the same functionality as the Control.Padding property. For more information about using this property, see Control.Padding.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Office.Tools Namespace