Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets where the actions pane is scrolled to when the ScrollControlIntoView method is called.
Namespace: Microsoft.Office.Tools
Assembly: Microsoft.Office.Tools.Common (in Microsoft.Office.Tools.Common.dll)
Syntax
'Declaration
<BrowsableAttribute(False)> _
Property AutoScrollOffset As Point
[BrowsableAttribute(false)]
Point AutoScrollOffset { get; set; }
Property Value
Type: System.Drawing.Point
The location where the actions pane is scrolled to when the ScrollControlIntoView method is called. The default is the upper-left corner of the user control.
Remarks
This property provides the same functionality as the Control.AutoScrollOffset property. For more information about using this property, see Control.AutoScrollOffset.
.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