ActionsPane.Margin Property (2007 System)
Provides the same functionality as the Control.Margin property.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common.v9.0 (in Microsoft.Office.Tools.Common.v9.0.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Public Property Margin As Padding
'Usage
Dim instance As ActionsPane
Dim value As Padding
value = instance.Margin
instance.Margin = value
[BrowsableAttribute(false)]
public Padding Margin { get; set; }
[BrowsableAttribute(false)]
public:
property Padding Margin {
Padding get ();
void set (Padding value);
}
public function get Margin () : Padding
public function set Margin (value : Padding)
Property Value
Type: System.Windows.Forms.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.