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.
Scrolls horizontally by the number of scroll units specified.
Namespace: Microsoft.VisualStudio.Modeling.Diagrams
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Diagrams.10.0.dll)
Syntax
'Declaration
Public Sub ScrollHorizontally ( _
scrollDelta As Integer _
)
public void ScrollHorizontally(
int scrollDelta
)
public:
void ScrollHorizontally(
int scrollDelta
)
member ScrollHorizontally :
scrollDelta:int -> unit
public function ScrollHorizontally(
scrollDelta : int
)
Parameters
- scrollDelta
Type: System.Int32
Amount to scroll in scroll units. A negative value scrolls left. A positive value scrolls right.
Remarks
A negative value scrolls left. A positive value scrolls right.
.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.