RichEditTextRange.ScrollIntoView(PointOptions) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fait défiler cette plage de texte dans l’affichage.
public:
virtual void ScrollIntoView(PointOptions value) = ScrollIntoView;
void ScrollIntoView(PointOptions const& value);
public void ScrollIntoView(PointOptions value);
function scrollIntoView(value)
Public Sub ScrollIntoView (value As PointOptions)
Paramètres
- value
- PointOptions
Fin de la plage de texte à faire défiler dans l’affichage. Cette fonction utilise uniquement les valeurs Start, NoHorizontalScroll et NoVerticalScroll de l’énumération PointOptions.