Share via


ActionsPane.AutoScrollMargin Property (2007 System)

Provides the same functionality as the ScrollableControl.AutoScrollMargin 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 AutoScrollMargin As Size
'Usage
Dim instance As ActionsPane 
Dim value As Size 

value = instance.AutoScrollMargin

instance.AutoScrollMargin = value
[BrowsableAttribute(false)]
public Size AutoScrollMargin { get; set; }
[BrowsableAttribute(false)]
public:
property Size AutoScrollMargin {
    Size get ();
    void set (Size value);
}
public function get AutoScrollMargin () : Size 
public function set AutoScrollMargin (value : Size)

Property Value

Type: System.Drawing.Size

.NET Framework Security

See Also

Reference

ActionsPane Class

ActionsPane Members

Microsoft.Office.Tools Namespace