TrackBar, classe (System 2007)

Mise à jour : novembre 2007

Représente un contrôle TrackBar Windows Forms qui peut être ajouté à un document Microsoft Office Word.

Espace de noms :  Microsoft.Office.Tools.Word.Controls
Assembly :  Microsoft.Office.Tools.Word.v9.0 (dans Microsoft.Office.Tools.Word.v9.0.dll)

Syntaxe

<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
<PermissionSetAttribute(SecurityAction.Demand, Name := "FullTrust")> _
Public Class TrackBar _
    Inherits TrackBar _
    Implements ISupportInitializeExtendedControl

Dim instance As TrackBar
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
[PermissionSetAttribute(SecurityAction.Demand, Name = "FullTrust")]
public class TrackBar : TrackBar, ISupportInitializeExtendedControl

Notes

Microsoft.Office.Tools.Word.Controls.TrackBar est différent de System.Windows.Forms.TrackBar. Microsoft.Office.Tools.Word.Controls.TrackBar dispose de membres supplémentaires qui lui permettent d'être ajouté à un document Word et qui lui fournissent des méthodes et des propriétés supplémentaires.

N'utilisez pas le constructeur New pour créer un nouveau TrackBar. Utilisez la méthode AddTrackBar pour ajouter un nouveau TrackBar à un document.

Hiérarchie d'héritage

System.Object
  System.MarshalByRefObject
    System.ComponentModel.Component
      System.Windows.Forms.Control
        System.Windows.Forms.TrackBar
          Microsoft.Office.Tools.Word.Controls.TrackBar

Sécurité des threads

Tous les membres static (Shared en Visual Basic) publics de ce type sont thread-safe. Il n'est pas garanti que les membres d'instance soient thread-safe.

Voir aussi

Référence

Membres TrackBar

Microsoft.Office.Tools.Word.Controls, espace de noms