Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
Causes the object to scroll into view.
Namespace: Microsoft.Windows.Controls.Ribbon
Assembly: RibbonControlsLibrary (in RibbonControlsLibrary.dll)
Syntax
'Declaration
Public Sub ScrollIntoView ( _
item As Object _
)
public void ScrollIntoView(
Object item
)
public:
void ScrollIntoView(
Object^ item
)
member ScrollIntoView :
item:Object -> unit
public function ScrollIntoView(
item : Object
)
Parameters
- item
Type: System.Object
The object to bring into view.
.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.