RibbonTabHeadersPanel.SetVerticalOffset Method
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
This API is not implemented.
Namespace: Microsoft.Windows.Controls.Ribbon.Primitives
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub SetVerticalOffset ( _
offset As Double _
)
public void SetVerticalOffset(
double offset
)
public:
virtual void SetVerticalOffset(
double offset
) sealed
abstract SetVerticalOffset :
offset:float -> unit
override SetVerticalOffset :
offset:float -> unit
public final function SetVerticalOffset(
offset : double
)
Parameters
- offset
Type: System.Double
This API is not implemented.
Implements
IScrollInfo.SetVerticalOffset(Double)
Remarks
The RibbonTabHeadersPanel provides horizontal scrolling by line for RibbonTabHeader controls in a Ribbon. Scrolling up or down, and scrolling by page is not supported.
.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.